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. data SetDim (a :: Nat) (b :: Nat) (c :: [Nat]) (d :: [Nat])

    harpie Harpie.Shape

    replace an index at a specific dimension.

    >>> :k! Eval (SetDim 0 1 [2,3,4])
    ...
    = [1, 3, 4]
    

  2. data SetDims (a :: [Nat]) (b :: [Nat]) (c :: [Nat]) (d :: [Nat])

    harpie Harpie.Shape

    Set dimensions of a shape.

    >>> :k! Eval (SetDims [0,1] [1,5] [2,3,4])
    ...
    = [1, 5, 4]
    
    >>> :k! Eval (SetDims '[0] '[3] '[])
    ...
    = '[3]
    

  3. data SetIndex (b :: Nat) (c :: a) (d :: [a]) (e :: [a])

    harpie Harpie.Shape

    Modify an element at a given index. The list is unchanged if the index is out of bounds.

    Example

    >>> :kind! Eval (SetIndex 2 7 [1,2,3])
    Eval (SetIndex 2 7 [1,2,3]) :: [Natural]
    = [1, 2, 7]
    

  4. module Data.SetMap

    No documentation available.

  5. data SetMap k v

    multimap Data.SetMap

    A SetMap with keys k and values v.

  6. data Settings

    network-run Network.Run.TCP

    Settings for client.

  7. type family Sets (h :: Type -> Type -> Type) (ts :: [Type])

    webgear-core WebGear.Core.Trait

    Sets h ts is equivalent to (Set h t1, Set h t2, ..., Set h tn) where ts = [t1, t2, ..., tn].

  8. data SetCookie (e :: Existence) (name :: Symbol)

    webgear-core WebGear.Core.Trait.Cookie

    Trait for a cookie in HTTP responses

  9. SetCookie :: SetCookie (e :: Existence) (name :: Symbol)

    webgear-core WebGear.Core.Trait.Cookie

    No documentation available.

  10. module Data.Bugsnag.Settings

    No documentation available.

Page 43 of many | Previous | Next