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. data Sequenced a (m :: Type -> Type)

    lens Control.Lens.Combinators

    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 =>"?

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

    lens Control.Lens.Fold

    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. newtype Sequenced a (m :: Type -> Type)

    lens Control.Lens.Internal.Fold

    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 =>"?

  4. Sequenced :: m a -> Sequenced a (m :: Type -> Type)

    lens Control.Lens.Internal.Fold

    No documentation available.

  5. type SequenceIterCompareFunc = SequenceIter -> SequenceIter -> Ptr () -> IO Int32

    gi-glib GI.GLib.Callbacks

    A SequenceIterCompareFunc is a function used to compare iterators. It must return zero if the iterators compare equal, a negative value if a comes before b, and a positive value if b comes before a.

  6. module GI.GLib.Structs.SequenceIter

    The SequenceIter struct is an opaque data type representing an iterator pointing into a Sequence.

  7. newtype SequenceIter

    gi-glib GI.GLib.Structs.SequenceIter

    Memory-managed wrapper type.

  8. SequenceIter :: ManagedPtr SequenceIter -> SequenceIter

    gi-glib GI.GLib.Structs.SequenceIter

    No documentation available.

  9. module Data.Sequences

    Abstractions over sequential data structures, like lists and vectors.

  10. 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 =>"?

Page 15 of many | Previous | Next