syntactic-1.15: Generic abstract syntax, and utilities for embedded languages

Safe HaskellNone
LanguageHaskell2010

Language.Syntactic.Constructs.Identity

Description

Identity function

Synopsis

Documentation

data Identity sig where Source

Identity function

Constructors

Id :: Identity (a :-> Full a)