Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. unsafeFromList :: forall (f :: Type -> Type) (n :: Nat) a . (CFreeMonoid f, Dom f a) => SNat n -> [a] -> Sized f n a

    sized Data.Sized

    Unsafe version of fromList. If the length of the given list does not equal to n, then something unusual happens. Since 0.7.0.0

  2. unsafeFromList' :: forall (f :: Type -> Type) (n :: Nat) a . (KnownNat n, CFreeMonoid f, Dom f a) => [a] -> Sized f n a

    sized Data.Sized

    unsafeFromList with the result length inferred. Since 0.7.0.0

  3. keyMapFromList :: [(Key, v)] -> KeyMap v

    stratosphere Stratosphere.ResourceImports

    No documentation available.

  4. fastFromList :: [a] -> Pattern a

    tidal Sound.Tidal.Boot

    Turns a list of values into a pattern, playing all of them per cycle. The following are equivalent:

    d1 $ n (fastFromList [0, 1, 2]) # s "superpiano"
    d1 $ n "[0 1 2]" # s "superpiano"
    

  5. lazyKeyMapFromList :: [(Key, v)] -> KeyMap v

    unjson Data.Unjson.Internal.Aeson.Compat

    No documentation available.

  6. unsafeFromList :: Steppable (->) t (XNor a) => [a] -> t

    yaya-unsafe Yaya.Unsafe.Applied

    An unsafe implementation of fromList for Steppable fixed-points of XNor.

  7. mapFromList :: IsMap map => [(ContainerKey map, MapValue map)] -> map

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a list of key-value pairs to a map

  8. setFromList :: IsSet set => [Element set] -> set

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a list to a set.

  9. indexFromList :: [key] -> [val] -> Index key val

    haskey-btree Data.BTree.Primitives.Index

    Create an index from key-value lists. The internal invariants of the Index data structure apply. That means there is one more value than there are keys and keys are ordered in strictly increasing order.

  10. safeTupleFromList :: Int -> Q Exp

    tuple-th TupleTH

    Type of the generated expression:

    [a] -> Maybe (a, ..)
    

Page 77 of many | Previous | Next