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. headers :: Lens' Action [Header]

    servant-docs Servant.Docs.Internal

    No documentation available.

  2. headSingleton :: Natural n => HeadSingleton n

    tfp Type.Data.Num.Unary

    No documentation available.

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

    commonmark Commonmark.Types

    No documentation available.

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

    dhall Dhall.Core

    No documentation available.

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

  6. 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]
    

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

  8. header :: Html -> Html

    html Text.Html

    No documentation available.

  9. headM :: Monad m => Vector a -> m a

    rebase Rebase.Data.Vector

    No documentation available.

  10. headM :: (Vector v a, Monad m) => v a -> m a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

Page 37 of many | Previous | Next