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.
elabTestFailWhenNoTestSuites :: ElaboratedConfiguredPackage -> Boolcabal-install Distribution.Client.ProjectPlanning.Types No documentation available.
encodingNote :: Applicative m => HWType -> m Docclash-lib Clash.Backend.Verilog No documentation available.
indexNote :: HasCallStack => String -> [a] -> Int -> aclash-lib Clash.Util Unsafe indexing, return a custom error message when indexing fails
indexNote' :: HasCallStack => String -> Int -> [a] -> aclash-lib Clash.Util Same as indexNote with last two arguments swapped
FOOTNOTE_DEFINITION :: NodeTypecmark-gfm CMarkGFM No documentation available.
FOOTNOTE_REFERENCE :: NodeTypecmark-gfm CMarkGFM No documentation available.
-
cmark-gfm CMarkGFM Enable footnote syntax support (equivalent of footnotes extension for official cmark-gfm)
mayNotEvaluateArgument :: Expr -> Boolcode-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 ||.-
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. -
elf Data.Elf Note sectionks