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.

  1. module Data.Sequences

    Abstractions over sequential data structures, like lists and vectors.

  2. data Sequenced a (m :: Type -> Type)

    diagrams-lib Diagrams.Prelude

    Used internally by mapM_ and the like. The argument a of the result should not be used! See 4.16 Changelog entry for the explanation of "why not Apply f =>"?

  3. data SequenceSym0 (a1 :: TyFun t m a m t a)

    singletons-base Control.Monad.Singletons

    No documentation available.

  4. type family SequenceSym1 (a6989586621680751885 :: t m a) :: m t a

    singletons-base Control.Monad.Singletons

    No documentation available.

  5. type family Sequence_ (a1 :: t m a) :: m ()

    singletons-base Control.Monad.Singletons

    No documentation available.

  6. data Sequence_Sym0 (a1 :: TyFun t m a m ())

    singletons-base Control.Monad.Singletons

    No documentation available.

  7. type family Sequence_Sym1 (a6989586621680406946 :: t m a) :: m ()

    singletons-base Control.Monad.Singletons

    No documentation available.

  8. type family SequenceA_ (a1 :: t f a) :: f ()

    singletons-base Data.Foldable.Singletons

    No documentation available.

  9. data SequenceA_Sym0 (a1 :: TyFun t f a f ())

    singletons-base Data.Foldable.Singletons

    No documentation available.

  10. type family SequenceA_Sym1 (a6989586621680406952 :: t f a) :: f ()

    singletons-base Data.Foldable.Singletons

    No documentation available.

Page 16 of many | Previous | Next