haddock

Portabilityportable
Stabilityexperimental
Maintainerhaddock@projects.haskell.org
Safe HaskellSafe-Infered

Haddock.Backends.Xhtml.Layout

Description

 

Documentation

type SubDecl = (Html, Maybe (Doc DocName), [Html])

subArguments :: Qualification -> [SubDecl] -> Html

subConstructors :: Qualification -> [SubDecl] -> Html

subFields :: Qualification -> [SubDecl] -> Html

subInstances :: Qualification -> String -> [SubDecl] -> Html

topDeclElem :: LinksInfo -> SrcSpan -> [DocName] -> Html -> Html