purescript-0.13.0: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Docs.Convert

Description

Functions for converting PureScript ASTs into values of the data types from Language.PureScript.Docs.

Synopsis

Documentation

convertModule :: MonadError MultipleErrors m => [ExternsFile] -> Environment -> Module -> m Module Source #

Convert a single module to a Docs.Module, making use of a pre-existing type-checking environment in order to fill in any missing types. Note that re-exports will not be included.