Property definitions

popcorn $ RepositoryQuery :: defaultinit
# An abstract Query representation.
#
# Since the kind of query available depends on the database backend choice or
# implementation, this interface is used to provide a common type to all the
# queries.
#
# Redefine `Repository::QUERY` to use your own kind of query.
interface RepositoryQuery end
lib/popcorn/pop_repos.nit:211,1--218,29