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

Agda.Compiler.Agate.OptimizedPrinter

Description

Generate GHC code for optimized datatypes and their values

Documentation

underDatatypeParameters :: Nat -> Type -> (Doc -> Type -> TCM (a -> a)) -> (Type -> TCM a) -> TCM aSource