Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
traverseAst :: (TraverseAst text a, Applicative f) => AstActions f text -> a -> f () Source #
doComments :: AstActions f text -> FilePath -> [Comment (Lexeme text)] -> f () -> f () Source #
doText :: AstActions f text -> FilePath -> text -> f () Source #
astActions :: Applicative f => AstActions f text Source #
data AstActions f text Source #