purescript-0.11.6: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Sugar.TypeDeclarations

Description

This module implements the desugaring pass which replaces top-level type declarations with type annotations on the corresponding expression.

Synopsis

Documentation

desugarTypeDeclarationsModule :: forall m. MonadError MultipleErrors m => Module -> m Module Source #

Replace all top level type declarations in a module with type annotations