hamlet-0.8.2.1: Haml-like template files that are compile-time checked
Source code
Contents
Index
Text.Shakespeare
Description
General parsers, functions and datatypes for all three languages.
Documentation
data
Deref
Source
Constructors
DerefModulesIdent
[
String
]
Ident
DerefIdent
Ident
DerefIntegral
Integer
DerefRational
Rational
DerefString
String
DerefBranch
Deref
Deref
Instances
Eq
Deref
Data
Deref
Read
Deref
Show
Deref
Typeable
Deref
Lift
Deref
newtype
Ident
Source
Constructors
Ident
String
Instances
Eq
Ident
Data
Ident
Read
Ident
Show
Ident
Typeable
Ident
Lift
Ident
type
Scope
= [(
Ident
,
Exp
)]
Source
parseDeref
::
Parser
Deref
Source
parseHash
::
Parser
(
Either
String
Deref
)
Source
parseVar
::
Char
->
Parser
(
Either
String
Deref
)
Source
parseAt
::
Parser
(
Either
String
(
Deref
,
Bool
))
Source
parseUrl
::
Char
->
Char
->
Parser
(
Either
String
(
Deref
,
Bool
))
Source
parseCaret
::
Parser
(
Either
String
Deref
)
Source
parseUnder
::
Parser
(
Either
String
Deref
)
Source
parseInt
::
Char
->
Parser
(
Either
String
Deref
)
Source
derefToExp
::
Scope
->
Deref
->
Exp
Source
flattenDeref
::
Deref
->
Maybe
[
String
]
Source
Produced by
Haddock
version 2.6.1