andM package:Agda
Restore both
TCState and
CommandState.
Opposite of
liftIO for
CommandM.
This function should only be applied to computations that are
guaranteed not to raise any errors (except for
IOExceptions).
Lift a TCM action transformer to a CommandM action transformer.
Ditto, but restore state.
Drop type annotations and lets from bindings.
Some or all of the names and meta-variables that can be found in the
given thing.
Some or all of the names and meta-variables that can be found in the
given thing.
Eta-expand a local meta-variable, if it is of the specified kind.
Don't do anything if the meta-variable is a blocked term.
Eta-expand a local meta-variable, if it is of the specified class.
Don't do anything if the meta-variable is a blocked term.
Do safe eta-expansions for meta (SingletonRecords,Levels).
Get all metas that correspond to unsolved interaction ids.
Picks up record field assignments from modules that export a
definition that has the same name as the missing field.