purescript-0.6.4.1: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.CoreFn.Ann

Description

Type alias for basic annotations

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