Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. cbasicFromList :: (CFreeMonoid f, Dom f a) => [a] -> f a

    subcategories Control.Subcategory.Foldable

    No documentation available.

  2. cfromList :: (CFreeMonoid f, Dom f a) => [a] -> f a

    subcategories Control.Subcategory.Foldable

    No documentation available.

  3. cfromListN :: (CFreeMonoid f, Dom f a) => Int -> [a] -> f a

    subcategories Control.Subcategory.Foldable

    The cfromListN function takes the input list's length as a hint. Its behaviour should be equivalent to cfromList. The hint can be used to construct the structure l more efficiently compared to cfromList. If the given hint does not equal to the input list's length the behaviour of fromListN is not specified.

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

    tidal-core Sound.Tidal.Core

    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. fixedFromList :: [a] -> (forall (n :: PeanoNat) . () => PeanoNatType n -> FixedList n a -> r) -> r

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

  6. orderedWitnessMapOfFromList :: forall (w :: Type -> Type) . TestOrder w => [SomeOf w] -> OrderedWitnessMapOf w

    witness Data.Type.Witness.Specific.OrderedWitnessMap.Of

    Create a dictionary from a list of witness/value pairs

  7. witnessMapOfFromList :: forall (w :: Type -> Type) . [SomeOf w] -> WitnessMapOf w

    witness Data.Type.Witness.Specific.WitnessMap.Of

    Create a dictionary from a list of witness/value pairs

  8. mnameFromList :: [Name] -> ModuleName

    Agda Agda.Syntax.Abstract.Name

    No documentation available.

  9. mnameFromList1 :: List1 Name -> ModuleName

    Agda Agda.Syntax.Abstract.Name

    No documentation available.

  10. qnameFromList :: List1 Name -> QName

    Agda Agda.Syntax.Abstract.Name

    No documentation available.

Page 73 of many | Previous | Next