purescript-0.10.1: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Docs.Convert.Single

Synopsis

Documentation

convertSingleModule :: Module -> Module Source #

Convert a single Module, but ignore re-exports; any re-exported types or values will not appear in the result.

collectBookmarks :: InPackage Module -> [Bookmark] Source #

Go through a PureScript module and extract a list of Bookmarks; references to data types or values, to be used as a kind of index. These are used for generating links in the HTML documentation, for example.