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

Language.Syntactic.Features.Literal

Description

Literal expressions

Documentation

data Literal a whereSource

Constructors

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

lit :: (Eq a, Show a, Typeable a, Literal :<: expr) => a -> ASTF expr aSource