| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.HSmarty.Types
Documentation
Constructors
| Smarty | |
Fields
| |
type PrintDirective = Text Source #
data SmartyStmt Source #
Constructors
| SmartyText Text | |
| SmartyComment Text | |
| SmartyIf If | |
| SmartyForeach Foreach | |
| SmartyCapture Capture | |
| SmartyLet Let | |
| SmartyPrint Expr [PrintDirective] | |
| SmartyScope Scope | |
| SmartyFun FunctionDef |
Instances
| Eq SmartyStmt Source # | |
Defined in Text.HSmarty.Types | |
| Show SmartyStmt Source # | |
Defined in Text.HSmarty.Types Methods showsPrec :: Int -> SmartyStmt -> ShowS # show :: SmartyStmt -> String # showList :: [SmartyStmt] -> ShowS # | |
Constructors
| Variable | |
Instances
data FunctionCall Source #
Instances
| Eq FunctionCall Source # | |
Defined in Text.HSmarty.Types | |
| Show FunctionCall Source # | |
Defined in Text.HSmarty.Types Methods showsPrec :: Int -> FunctionCall -> ShowS # show :: FunctionCall -> String # showList :: [FunctionCall] -> ShowS # | |
Constructors
| Scope | |
Fields
| |
data FunctionDef Source #
Constructors
| FunctionDef | |
Fields
| |
Instances
| Eq FunctionDef Source # | |
Defined in Text.HSmarty.Types | |
| Show FunctionDef Source # | |
Defined in Text.HSmarty.Types Methods showsPrec :: Int -> FunctionDef -> ShowS # show :: FunctionDef -> String # showList :: [FunctionDef] -> ShowS # | |
Constructors
| If | |
Fields
| |
Constructors
| Foreach | |