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.
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]
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]
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]
-
No documentation available.
-
multimap Data.SetMap A SetMap with keys k and values v.
-
network-run Network.Run.TCP Settings for client.
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].
data
SetCookie (e :: Existence) (name :: Symbol)webgear-core WebGear.Core.Trait.Cookie Trait for a cookie in HTTP responses
SetCookie :: SetCookie (e :: Existence) (name :: Symbol)webgear-core WebGear.Core.Trait.Cookie No documentation available.
-
No documentation available.