Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
renderConstraints :: [Constraint] -> Maybe RenderedCode Source #
notQualified :: Text -> Qualified (ProperName a) Source #
ident' :: Text -> RenderedCode Source #
dataCtor' :: Text -> RenderedCode Source #