Agda-2.4.2.3: A dependently typed functional programming language and proof assistant

Safe HaskellNone
LanguageHaskell98

Agda.Compiler.Epic.Interface

Description

Epic interface data structure, which is serialisable and stored for each compiled file

Synopsis

Documentation

pairwiseFilter :: [Bool] -> [a] -> [a] Source

Filter a list using a list of Bools specifying what to keep.

notForced :: ForcedArgs -> [a] -> [a] Source

forced :: ForcedArgs -> [a] -> [a] Source