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.
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
-
elf Data.Elf Contains note information
-
expiring-cache-map Caching.ExpiringCacheMap.HashECM List of keys in the cache map that are not expired values. A time check is always performed to compare with the elapsed time left with each key. The cache state is not modified and the time check is not performed from within a modifying state context, e.g. not within modifyMVar with a newECMIO instance. Keys are in an unspecified order.
detNotExpired :: TimeUnits -> [(k, (TimeUnits, TimeUnits, v))] -> [k]expiring-cache-map Caching.ExpiringCacheMap.Internal.Internal No documentation available.
-
expiring-cache-map Caching.ExpiringCacheMap.OrdECM List of keys in the cache map that are not expired values. A time check is always performed to compare with the elapsed time left with each key. The cache state is not modified and the time check is not performed from within a modifying state context, e.g. not within modifyMVar with a newECMIO instance. Keys are in an unspecified order.
AccessibleRoleNote :: AccessibleRolegi-gtk4 GI.Gtk.Enums Unused