camfort-0.804: CamFort - Cambridge Fortran infrastructure

Safe HaskellNone
LanguageHaskell2010

Camfort.Analysis.CommentAnnotator

Documentation

class ASTEmbeddable a ast where Source #

Minimal complete definition

annotateWithAST

Methods

annotateWithAST :: a -> ast -> a Source #

class Linkable a where Source #

Minimal complete definition

link

Methods

link :: a -> Block a -> a Source #

linkMultiple :: [Block a] -> [Block a] -> ([Block a], [Block a]) Source #

Instances

Linkable UA Source # 

Methods

link :: UA -> Block UA -> UA Source #

linkMultiple :: [Block UA] -> [Block UA] -> ([Block UA], [Block UA]) Source #