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

Safe HaskellNone

Language.Syntactic.Constructs.Identity

Description

Identity function

Synopsis

Documentation

data Identity sig whereSource

Identity function

Constructors

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