hpaco-lib-0.25.2.0: Modular template compiler library

Safe HaskellSafe-Inferred

Text.HPaco.Writers.Run

Documentation

run :: RunOptions -> AST -> IO ()Source

runWith :: ToVariant a => a -> RunOptions -> AST -> IO ()Source

data RunState Source

Constructors

RunState 

data RunOptions Source

Constructors

RunOptions 

Fields

roTemplateName :: String
 
roOutput :: Handle
 

runAST :: AST -> Run ()Source