Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. headCallSite :: CallStack -> Maybe CallSite

    Agda Agda.Utils.CallStack

    Get the most recent CallSite in a CallStack, if there is one.

  2. headWithDefault :: a -> [a] -> a

    Agda Agda.Utils.List

    Head function (safe). Returns a default value on empty lists. O(1).

    headWithDefault 42 []      = 42
    headWithDefault 42 [1,2,3] = 1
    

  3. headWithDefault :: a -> [a] -> a

    BNFC BNFC.Utils

    Get the first element of a list, fallback for empty list.

  4. header :: Formatter -> IO ()

    ShellCheck ShellCheck.Formatter.Format

    No documentation available.

  5. headOrDefault :: a -> [a] -> a

    ShellCheck ShellCheck.Prelude

    No documentation available.

  6. header :: RNAzResult -> String

    ViennaRNAParser Bio.RNAzData

    No documentation available.

  7. headerErrorMessage :: HeaderException -> String

    aws Aws

    No documentation available.

  8. headerErrorMessage :: HeaderException -> String

    aws Aws.Core

    No documentation available.

  9. headObject :: Bucket -> Text -> HeadObject

    aws Aws.S3.Commands.HeadObject

    No documentation available.

  10. headerMessage :: Server -> String

    cabal-debian Debian.Debianize.DebInfo

    A comment that will be inserted to explain how the file was generated

Page 57 of many | Previous | Next