Agda.TypeChecking.Lock
isTimeless :: Type -> TCM Bool Source #
checkLockedVars Source #
Arguments
term to check
its type
the lock
type of the lock
checkEarlierThan :: Term -> VarSet -> TCM Bool Source #
If the first argument is a lock variable, check that all variables in the given set are either earlier than this variable or are timeless.