Searched refs:markupHeader (Results 1 – 11 of 11) sorted by relevance
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/ |
H A D | Markup.hs | 35 markup m (DocHeader (Header l t)) = markupHeader m (Header l (markup m t)) 66 markupHeader = DocHeader, function 97 markupHeader = \(Header _ title) -> title, function
|
H A D | Types.hs | 259 , markupHeader :: Header a -> a function
|
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-library/src/Documentation/Haddock/ |
H A D | Markup.hs | 35 markup m (DocHeader (Header l t)) = markupHeader m (Header l (markup m t)) 66 markupHeader = DocHeader, function 97 markupHeader = \(Header _ title) -> title, function
|
H A D | Types.hs | 259 , markupHeader :: Header a -> a function
|
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/ |
H A D | Markup.hs | 35 markup m (DocHeader (Header l t)) = markupHeader m (Header l (markup m t)) 66 markupHeader = DocHeader, function 97 markupHeader = \(Header _ title) -> title, function
|
H A D | Types.hs | 259 , markupHeader :: Header a -> a function
|
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/haddock-library-1.9.0/src/Documentation/Haddock/ |
H A D | Markup.hs | 35 markup m (DocHeader (Header l t)) = markupHeader m (Header l (markup m t)) 66 markupHeader = DocHeader, function 97 markupHeader = \(Header _ title) -> title, function
|
H A D | Types.hs | 253 , markupHeader :: Header a -> a function
|
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/ |
H A D | DocMarkup.hs | 77 markupHeader = \(Header l t) -> makeHeader l t, function
|
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/ |
H A D | Hoogle.hs | 346 markupHeader = \(Header l h) -> box (TagInline $ "h" ++ show l) h, function
|
H A D | LaTeX.hs | 1231 , markupHeader = \(Header l h) p -> blockElem (header l (h p empty)) function
|