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. eventGetEventSequence :: (HasCallStack, MonadIO m) => Event -> m EventSequence

    gi-gdk3 GI.Gdk.Unions.Event

    If event if of type EventTypeTouchBegin, EventTypeTouchUpdate, EventTypeTouchEnd or EventTypeTouchCancel, returns the EventSequence to which the event belongs. Otherwise, return Nothing. Since: 3.4

  2. unSequence :: SequenceT (m :: Type -> Type) a -> m a

    monad-schedule Control.Monad.Schedule.Sequence

    No documentation available.

  3. subsequences :: [a] -> [[a]]

    prelude-compat Data.List2010

    No documentation available.

  4. collectSequence :: forall (m :: Type -> Type) cl1 cl2 a . Monad m => ResamplingBuffer m cl1 cl2 a (Seq a)

    rhine FRP.Rhine.ResamplingBuffer.Collect

    Reimplementation of collect with sequences, which gives a performance benefit if the sequence needs to be reversed or searched.

  5. peekSequence :: (IsSequence t, Store (Element t), Index t ~ Int) => Peek t

    store Data.Store.Internal

    Implement peek for an IsSequence of Store instances. Note that many monomorphic containers have more efficient implementations (for example, via memcpy).

  6. pokeSequence :: (IsSequence t, Store (Element t)) => t -> Poke ()

    store Data.Store.Internal

    Implement poke for an IsSequence of Store instances. Note that many monomorphic containers have more efficient implementations (for example, via memcpy).

  7. sizeSequence :: (IsSequence t, Store (Element t)) => Size t

    store Data.Store.Internal

    Implement size for an IsSequence of Store instances. Note that many monomorphic containers have more efficient implementations (for example, via memcpy).

  8. bsequence' :: (Applicative e, TraversableB b) => b e -> e (b Identity)

    barbies Data.Functor.Barbie

    A version of bsequence with f specialized to Identity.

  9. c'BZ_SEQUENCE_ERROR :: Num a => a

    bzlib-conduit Data.Conduit.BZlib.Internal

    No documentation available.

  10. changeSequence :: [Change a] -> [Change a]

    drifter Drifter

    This is a helper for the common case of where you just want dependencies to run in list order. This will take the input list and set their dependencies to run in the given sequence.

Page 63 of many | Previous | Next