Agda.TypeChecking.Free
Description
Computing the free variables of a term.
Documentation
class Free a
Doesn't go inside solved metas, but collects the variables from a
metavariable application X ts
as flexibleVars
.
freeInIgnoringSorts :: Free a => Nat -> a -> Bool