syntactic-3.7: 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) :: * -> * Source #
type Internal (a -> b) :: * Source #
Methods
desugar :: (a -> b) -> ASTF (Domain (a -> b)) (Internal (a -> b)) Source #
sugar :: ASTF (Domain (a -> b)) (Internal (a -> b)) -> a -> b Source #