purescript-0.11.5: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Docs.Render

Description

Functions for creating RenderedCode values from data types in Language.PureScript.Docs.Types.

These functions are the ones that are used in markdown/html documentation generation, but the intention is that you are able to supply your own instead if necessary. For example, the Hoogle input file generator substitutes some of these

Documentation

typeApp :: Text -> [(Text, Maybe Kind)] -> Type #