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. yieldToReverseList :: forall a (es :: Effects) r . (forall (e :: Effects) . () => Stream a e -> Eff (e :& es) r) -> Eff es ([a], r)

    bluefin-internal Bluefin.Internal

    This is more efficient than yieldToList because it gathers the elements into a stack in reverse order. yieldToList then reverses that stack.

    >>> runPureEff $ yieldToReverseList $ \y -> do
    yield y 1
    yield y 2
    yield y 100
    ([100,2,1], ())
    

  2. pattern PRINT_SETTINGS_REVERSE :: Text

    gi-gtk3 GI.Gtk.Constants

    No description available in the introspection data.

  3. pattern STOCK_ORIENTATION_REVERSE_LANDSCAPE :: Text

    gi-gtk3 GI.Gtk.Constants

    Deprecated: (Since version 3.10)

  4. pattern STOCK_ORIENTATION_REVERSE_PORTRAIT :: Text

    gi-gtk3 GI.Gtk.Constants

    Deprecated: (Since version 3.10)

  5. PageOrientationReverseLandscape :: PageOrientation

    gi-gtk3 GI.Gtk.Enums

    Reverse landscape mode.

  6. PageOrientationReversePortrait :: PageOrientation

    gi-gtk3 GI.Gtk.Enums

    Reverse portrait mode.

  7. printSettingsGetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_REVERSE. Since: 2.10

  8. printSettingsSetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_REVERSE. Since: 2.10

  9. gfnReverse :: forall p (m :: Type -> Type) h . Monad m => Function (Run p m h)

    ginger Text.Ginger.Run.Builtins

    No documentation available.

  10. CrossReverse :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

Page 67 of many | Previous | Next