Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    ShellCheck ShellCheck.Prelude

    No documentation available.

  2. header :: RNAzResult -> String

    ViennaRNAParser Bio.RNAzData

    No documentation available.

  3. headerErrorMessage :: HeaderException -> String

    aws Aws

    No documentation available.

  4. headerErrorMessage :: HeaderException -> String

    aws Aws.Core

    No documentation available.

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

    aws Aws.S3.Commands.HeadObject

    No documentation available.

  6. headerMessage :: Server -> String

    cabal-debian Debian.Debianize.DebInfo

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

  7. headTotalIndexState :: TotalIndexState

    cabal-install Distribution.Client.IndexUtils.IndexState

    TotalIndexState where all repositories are at HEAD index state.

  8. head# :: forall (dom :: Domain) a . Signal dom a -> a

    clash-prelude Clash.Signal.Internal

    No documentation available.

  9. head' :: Expr -> Expr

    code-conjure Conjure.Engine

    List head lifted over the Expr type. Works for the element types Int, Char and Bool.

    > head' $ unit one
    head [1] :: Int
    
    > head' $ unit bee
    head "b" :: Char
    
    > head' $ zero -:- unit two
    head [0,2] :: Int
    
    > evl $ head' $ unit one :: Int
    1
    

  10. head' :: Expr -> Expr

    code-conjure Conjure.Expr

    List head lifted over the Expr type. Works for the element types Int, Char and Bool.

    > head' $ unit one
    head [1] :: Int
    
    > head' $ unit bee
    head "b" :: Char
    
    > head' $ zero -:- unit two
    head [0,2] :: Int
    
    > evl $ head' $ unit one :: Int
    1
    

Page 57 of many | Previous | Next