Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. rangeGetFlippable :: (HasCallStack, MonadIO m, IsRange a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Range

    Gets the value set by rangeSetFlippable. Since: 2.18

  2. rangeSetFlippable :: (HasCallStack, MonadIO m, IsRange a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Range

    If a range is flippable, it will switch its direction if it is horizontal and its direction is TextDirectionRtl. See widgetGetDirection. Since: 2.18

  3. pixbufFlipHorazontally :: Pixbuf -> IO Pixbuf

    gtk Graphics.UI.Gtk.Gdk.Pixbuf

    No documentation available.

  4. pixbufFlipHorizontally :: Pixbuf -> IO Pixbuf

    gtk Graphics.UI.Gtk.Gdk.Pixbuf

    Flips a pixbuf horizontally and returns the result in a new pixbuf.

  5. pixbufFlipVertically :: Pixbuf -> IO Pixbuf

    gtk Graphics.UI.Gtk.Gdk.Pixbuf

    Flips a pixbuf vertically and returns the result in a new pixbuf.

  6. lengthFlip :: [a] -> Int

    perf Perf.Algos

    With argument order flipped

  7. lengthFlipLazy :: [a] -> Int

    perf Perf.Algos

    Lazy with argument order flipped.

  8. recurseFlip :: (a -> b -> b) -> b -> [a] -> b

    perf Perf.Algos

    Tail resursion with flipped argument order.

  9. recurseFlipLazy :: (a -> b -> b) -> b -> [a] -> b

    perf Perf.Algos

    Lazy tail resursion with flipped argument order.

  10. sumFlip :: Num a => [a] -> a

    perf Perf.Algos

    With argument order flipped

Page 21 of many | Previous | Next