purescript-0.12.0: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.CoreFn.Ann

Synopsis

Documentation

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