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. FOOTNOTE_REFERENCE :: NodeType

    cmark-gfm CMarkGFM

    No documentation available.

  2. optFootnotes :: CMarkOption

    cmark-gfm CMarkGFM

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

  3. 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 ||.

  4. 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.

  5. PT_NOTE :: ElfSegmentType

    elf Data.Elf

    Note sectionks

  6. SHT_NOTE :: ElfSectionType

    elf Data.Elf

    Contains note information

  7. keysNotExpired :: forall m k (mv :: Type -> Type) s v . (Monad m, Eq k, Hashable k) => ECM m mv s HashMap k v -> m [k]

    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.

  8. detNotExpired :: TimeUnits -> [(k, (TimeUnits, TimeUnits, v))] -> [k]

    expiring-cache-map Caching.ExpiringCacheMap.Internal.Internal

    No documentation available.

  9. keysNotExpired :: forall m k (mv :: Type -> Type) s v . (Monad m, Ord k) => ECM m mv s Map k v -> m [k]

    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.

  10. AccessibleRoleNote :: AccessibleRole

    gi-gtk4 GI.Gtk.Enums

    Unused

Page 129 of many | Previous | Next