| Safe Haskell | None |
|---|
Agda.TypeChecking.DropArgs
Dropping initial arguments to create a projection-like function
When making a function projection-like, we drop the first n
arguments.
Instances
| DropArgs Permutation | |
| DropArgs ClauseBody | NOTE: does not go into the body, so does not work for recursive functions. |
| DropArgs Clause | NOTE: does not work for recursive functions. |
| DropArgs Telescope | NOTE: This creates telescopes with unbound de Bruijn indices. |
| DropArgs CompiledClauses | To drop the first |
| DropArgs FunctionInverse | |
| DropArgs a => DropArgs (Maybe a) |