Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Text.MMark.Extension.Footnotes

    An extension to add footnotes to your documents.

  2. footnotes :: Extension

    mmark-ext Text.MMark.Extension.Footnotes

    The extension performs two transformations:

    • It turns links with URIs with footnote scheme and single path piece consisting of a number into links to footnote references.
    • It turns block quotes with the "footnotes" label (see the example below) into a footnote section.
    Here goes some text [1](footnote:1).
    
    > footnotes
    
    1. Here we have the footnote.
    
    The extension is not fully safe though in the sense that we can't check that a footnote reference refers to an existing footnote and that footnotes have the corresponding references, or that they are present in the document in the right order.

  3. restrictNotExists :: SelectArr a b -> SelectArr a ()

    opaleye Opaleye.Operators

    Add a WHERE NOT EXISTS clause to the current query.

  4. olNote :: OSILink -> Text

    opensource Network.Protocol.OpenSource.License

    No documentation available.

  5. oonNote :: OSIOtherName -> Maybe Text

    opensource Network.Protocol.OpenSource.License

    No documentation available.

  6. pcre2_NOTEMPTY :: CUInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

  7. pcre2_NOTEMPTY_ATSTART :: CUInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

  8. pcre2_NOTEOL :: CUInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

  9. compareNote :: Ord a => CompareLevels -> Map a Double -> Map a Double -> Map a CompareResult

    perf Perf.Report

    Compare two results and produce some notes given level triggers.

  10. data DoNotExpandWhenNested

    pptable Text.PrettyPrint.Tabulate

    Use this flag to not expand a Record type as a table when nested inside another record. The Show instance of the nested record is used by default without expanding. This means that the fields of the nested record are not displayed as separate headers.

Page 147 of many | Previous | Next