hpaco-lib-0.25.2.0: Modular template compiler library

Safe HaskellSafe-Inferred

Text.HPaco.AST.AST

Documentation

data AST Source

Constructors

AST 

Fields

astRootStatement :: Statement
 
astDefs :: [Def]
 
astDeps :: [String]
 

Instances

Show AST 
ToJSON AST 

walkStatement :: (Statement -> Maybe a) -> Statement -> [a]Source