purescript-0.11.5: PureScript Programming Language Compiler
Language.PureScript.CoreFn.Ann
Synopsis
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