shakespeare-1.0.0.2: A toolkit for making compile-time interpolated templates

Safe HaskellNone

Text.Shakespeare.Base

Description

General parsers, functions and datatypes for all Shakespeare languages.

Documentation

newtype Ident

Constructors

Ident String 

type Scope = [(Ident, Exp)]