Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. PatternSynonyms :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  2. PolyKinds :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  3. PolymorphicComponents :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  4. PostfixOperators :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  5. data Priority

    hsyslog System.Posix.Syslog

    Log messages are prioritized with one of the following levels:

    >>> [minBound..maxBound] :: [Priority]
    [Emergency,Alert,Critical,Error,Warning,Notice,Info,Debug]
    
    The Ord instance for Priority considers the more urgent level lower than less urgent ones:
    >>> Emergency < Debug
    True
    
    >>> minimum [minBound..maxBound] :: Priority
    Emergency
    
    >>> maximum [minBound..maxBound] :: Priority
    Debug
    

  6. module System.Posix.Syslog.Priority

    FFI bindings to syslog(3) from POSIX.1-2008. This module is intended for purposes of low-level implementation. Users of this library should prefer safer and more convenient API provided by System.Posix.Syslog.

  7. data Priority

    hsyslog System.Posix.Syslog.Priority

    Log messages are prioritized with one of the following levels:

    >>> [minBound..maxBound] :: [Priority]
    [Emergency,Alert,Critical,Error,Warning,Notice,Info,Debug]
    
    The Ord instance for Priority considers the more urgent level lower than less urgent ones:
    >>> Emergency < Debug
    True
    
    >>> minimum [minBound..maxBound] :: Priority
    Emergency
    
    >>> maximum [minBound..maxBound] :: Priority
    Debug
    

  8. class Profunctor (p :: Type -> Type -> Type -> Type)

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  9. Pure :: Purity

    inline-c Language.C.Inline.Context

    No documentation available.

  10. data Purity

    inline-c Language.C.Inline.Context

    A data type to indicate whether the user requested pure or IO function from Haskell

Page 577 of many | Previous | Next