Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. data TestSequenceEvents

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

  2. newtype TestSequenceState b

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

  3. TestSequenceState :: (Word32, [TestSequenceEvents], Maybe b) -> TestSequenceState b

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

  4. runTestSequence :: Show a => TestSequence b a -> IO (TestSequenceState b, a)

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

  5. AnotherEventSequenceState :: Int -> EventSequenceState

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  6. data EventSequenceState

    gi-gtk4 GI.Gtk.Enums

    Describes the state of a EventSequence in a [classgesture].

  7. EventSequenceStateClaimed :: EventSequenceState

    gi-gtk4 GI.Gtk.Enums

    The sequence is handled and grabbed.

  8. EventSequenceStateDenied :: EventSequenceState

    gi-gtk4 GI.Gtk.Enums

    The sequence is denied.

  9. EventSequenceStateNone :: EventSequenceState

    gi-gtk4 GI.Gtk.Enums

    The sequence is handled, but not grabbed.

  10. type GestureSequenceStateChangedCallback = Maybe EventSequence -> EventSequenceState -> IO ()

    gi-gtk4 GI.Gtk.Objects.Gesture

    Emitted whenever a sequence state changes. See gestureSetSequenceState to know more about the expectable sequence lifetimes.

Page 78 of many | Previous | Next