purescript-0.10.0: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.CoreFn.Ann

Synopsis

Documentation

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

Type alias for basic annotations

nullAnn :: Ann Source #

Initial annotation with no metadata

removeComments :: Ann -> Ann Source #

Remove the comments from an annotation