purescript-0.11.5: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.CoreFn.Ann

Synopsis

Documentation

type Ann = (Maybe SourceSpan, [Comment], Maybe Type, Maybe Meta) #

Type alias for basic annotations

nullAnn :: Ann #

Initial annotation with no metadata

removeComments :: Ann -> Ann #

Remove the comments from an annotation