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. headerVersion :: Header -> FileVersion

    hackage-security Hackage.Security.Server

    No documentation available.

  2. headers :: Lens' Action [Header]

    servant-docs Servant.Docs

    No documentation available.

  3. headers :: Lens' Action [Header]

    servant-docs Servant.Docs.Internal

    No documentation available.

  4. headSingleton :: Natural n => HeadSingleton n

    tfp Type.Data.Num.Unary

    No documentation available.

  5. heading :: IsBlock il b => Int -> il -> b

    commonmark Commonmark.Types

    No documentation available.

  6. headers :: URL -> Maybe (Expr Src Import)

    dhall Dhall.Core

    No documentation available.

  7. head' :: Expr -> Expr

    express Data.Express.Fixtures

    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
    

  8. heads :: Dims -> Array a -> Array a

    harpie Harpie.Array

    Select the first element along the supplied dimensions.

    >>> pretty $ heads [0,2] a
    [0,4,8]
    

  9. heads :: forall a (ds :: [Nat]) (s :: [Nat]) (s' :: [Nat]) . (KnownNats s, KnownNats s', KnownNats ds, s' ~ Eval (DeleteDims ds s)) => Dims ds -> Array s a -> Array s' a

    harpie Harpie.Fixed

    Select the first element along the supplied dimensions.

    >>> pretty $ heads (Dims @[0,2]) a
    [0,4,8]
    

  10. header :: Html -> Html

    html Text.Html

    No documentation available.

Page 37 of many | Previous | Next