syntactic-3.8: Generic representation and manipulation of abstract syntax
Language.Syntactic.Sugar.BindingTyped
Contents
Description
Syntactic instance for functions for domains based on Typed and BindingT
Syntactic
Typed
BindingT
Associated Types
type Domain (a -> b) :: Type -> Type Source #
type Internal (a -> b) :: Type Source #
Methods
desugar :: (a -> b) -> ASTF (Domain (a -> b)) (Internal (a -> b)) Source #
sugar :: ASTF (Domain (a -> b)) (Internal (a -> b)) -> a -> b Source #