Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. elabTestFailWhenNoTestSuites :: ElaboratedConfiguredPackage -> Bool

    cabal-install Distribution.Client.ProjectPlanning.Types

    No documentation available.

  2. encodingNote :: Applicative m => HWType -> m Doc

    clash-lib Clash.Backend.Verilog

    No documentation available.

  3. indexNote :: HasCallStack => String -> [a] -> Int -> a

    clash-lib Clash.Util

    Unsafe indexing, return a custom error message when indexing fails

  4. indexNote' :: HasCallStack => String -> Int -> [a] -> a

    clash-lib Clash.Util

    Same as indexNote with last two arguments swapped

  5. FOOTNOTE_DEFINITION :: NodeType

    cmark-gfm CMarkGFM

    No documentation available.

  6. FOOTNOTE_REFERENCE :: NodeType

    cmark-gfm CMarkGFM

    No documentation available.

  7. optFootnotes :: CMarkOption

    cmark-gfm CMarkGFM

    Enable footnote syntax support (equivalent of footnotes extension for official cmark-gfm)

  8. mayNotEvaluateArgument :: Expr -> Bool

    code-conjure Conjure.Expr

    Checks if the given functional expression may refrain from evaluating its next argument.

    > mayNotEvaluateArgument (plus :$ xx)
    False
    
    > mayNotEvaluateArgument (andE :$ pp)
    True
    
    This returns false for non-funcional value even if it involves an application which may not evaluate its argument.
    > mayNotEvaluateArgument (andE :$ pp :$ qq)
    False
    
    This currently works by checking if the function is an if, && or ||.

  9. footnotes :: DiscountOption

    discount Text.Discount

    Enable Markdown Extra style footnotes. See http://michelf.com/projects/php-markdown/extra/#footnotes. For example:

    Here's some text with a footnote.[^1]
    
    [^1]: Here's a footnote with some text.
    
    Footnotes have backlinks to their parent.

  10. PT_NOTE :: ElfSegmentType

    elf Data.Elf

    Note sectionks

Page 164 of many | Previous | Next