Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. pSequence :: Parseable a => MyParser (TPat a) -> MyParser (TPat a)

    tidal-core Sound.Tidal.ParseBP

    Try different parsers on a sequence of Tidal patterns f is the sequence so far, a the next upcoming token/non-terminal

  2. fixedListArrowSequence :: forall arrow (n :: PeanoNat) a b . Arrow arrow => FixedList n (arrow a b) -> arrow (FixedList n a) (FixedList n b)

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

  3. fixedListArrowSequence_ :: forall arrow (n :: PeanoNat) a . Arrow arrow => FixedList n (arrow a ()) -> arrow (FixedList n a) ()

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

  4. listProductSequence :: forall f (list :: [Type]) . Applicative f => ListType f list -> f (ListProduct list)

    witness Data.Type.Witness.Specific.List.Product

    No documentation available.

  5. byKeySequence :: ByKey Int a -> Sequence a

    yaml-unscrambler YamlUnscrambler

    Heterogenous sequence parser by index in the sequence, which lets you apply individual parsers to elements.

  6. byOrderSequence :: ByOrder a -> Sequence a

    yaml-unscrambler YamlUnscrambler

    Heterogenous sequence parser by order in the sequence, which lets you apply individual parsers to elements.

  7. foldSequence :: Fold a b -> Value a -> Sequence b

    yaml-unscrambler YamlUnscrambler

    Homogenous sequence parser which folds into a final data-structure.

  8. ByKeySequence :: ByKey Int -> Sequence

    yaml-unscrambler YamlUnscrambler.Expectations

    No documentation available.

  9. ByOrderSequence :: ByOrder -> Sequence

    yaml-unscrambler YamlUnscrambler.Expectations

    No documentation available.

  10. MonomorphicSequence :: Value -> Sequence

    yaml-unscrambler YamlUnscrambler.Expectations

    No documentation available.

Page 72 of many | Previous | Next