Q package:Agda
The given quantity does not correspond to the expected quantity.
Quote an identifier
QName.
Qualified names are non-empty lists of names. Equality on qualified
names are just equality on the last name, i.e. the module part is just
for show.
The
SetRange instance for qualified names sets all individual
ranges (including those of the module prefix) to the given one.
Something preceeded by a qualified name.
Quantity for linearity.
A quantity is a set of natural numbers, indicating possible semantic
uses of a variable. A singleton set {n} requires that the
corresponding variable is used exactly n times.
Zero uses {0}, erased at runtime.
Linear use {1} (could be updated destructively). Mostly TODO
(needs postponable constraints between quantities to compute uses).