• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. fsequence :: (Applicative (Flip s c), Traversable t) => t (s a c) -> s (t a) c

    type-flip Data.Type.Flip

    No documentation available.

  2. lucasSequenceU :: (Integral i, Corecursive (->) t ((,) i)) => i -> i -> t

    yaya Yaya.Applied

    No documentation available.

  3. lucasSequenceV :: (Integral i, Corecursive (->) t ((,) i)) => i -> i -> t

    yaya Yaya.Applied

    No documentation available.

  4. binarySequence :: (a -> b -> c) -> (a, b) -> (a, (b, c))

    yaya Yaya.Fold.Common

    No documentation available.

  5. lucasSequence' :: Num n => n -> n -> (n, n) -> (n, (n, n))

    yaya Yaya.Fold.Common

    No documentation available.

  6. ternarySequence :: (a -> b -> c -> d) -> (a, b, c) -> (a, (b, c, d))

    yaya Yaya.Fold.Common

    No documentation available.

  7. unarySequence :: (a -> b) -> a -> (a, b)

    yaya Yaya.Fold.Common

    No documentation available.

  8. pattern GL_TERMINATE_SEQUENCE_COMMAND_NV :: GLenum

    OpenGLRaw Graphics.GL.NV.CommandList

    No documentation available.

  9. pattern GL_TERMINATE_SEQUENCE_COMMAND_NV :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  10. decodeSequenceLenIndef :: (r -> a -> r) -> r -> (r -> r') -> Decoder s a -> Decoder s r'

    cborg Codec.CBOR.Decoding

    Decode an indefinite sequence length.

Page 61 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete