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

Safe HaskellNone

Language.Syntactic.Constructs.Literal

Description

Literal expressions

Documentation

data Literal sig whereSource

Constructors

Literal :: (Eq a, Show a, Typeable a) => a -> Literal (Full a)