purescript-0.12.0: PureScript Programming Language Compiler
Language.PureScript.CoreFn.Ann
Synopsis
type Ann = (SourceSpan, [Comment], Maybe Type, Maybe Meta) Source #
Type alias for basic annotations
ssAnn :: SourceSpan -> Ann Source #
An annotation empty of metadata aside from a source span.
removeComments :: Ann -> Ann Source #
Remove the comments from an annotation