Agda.Compiler.Epic.AuxAST
Description
Intermediate abstract syntax tree used in the compiler. Pretty close to Epic syntax.
Documentation
Constructors
| Fun | |
| EpicFun | |
Fields
| |
Substitution
pairwiseFilter :: [Bool] -> [a] -> [a]Source
Filter a list using a list of Bools specifying what to keep.