Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. arrowSet :: ArrowClass self => self -> ArrowType -> ShadowType -> IO ()

    gtk Graphics.UI.Gtk.Misc.Arrow

    Sets the direction and style of the Arrow.

  2. arrowShadowType :: ArrowClass self => Attr self ShadowType

    gtk Graphics.UI.Gtk.Misc.Arrow

    Appearance of the shadow surrounding the arrow. Default value: ShadowOut

  3. arrowSet :: ArrowClass self => self -> ArrowType -> ShadowType -> IO ()

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    Sets the direction and style of the Arrow.

  4. arrowShadowType :: ArrowClass self => Attr self ShadowType

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    Appearance of the shadow surrounding the arrow. Default value: ShadowOut

  5. arrowsSub :: (Arrows -> action) -> Sub action

    miso Miso.Subscription.Keyboard

    Maps Arrows onto a Keyboard subscription

  6. ArrowsBit :: ExtBits

    ghc GHC.Parser.Lexer

    No documentation available.

  7. module Control.Arrow.ArrowState

    Arrows for managing an explicit state State arrows work similar to state monads. A state value is threaded through the application of arrows.

  8. class Arrow a => ArrowState s (a :: Type -> Type -> Type) | a -> s

    hxt Control.Arrow.ArrowState

    The interface for accessing and changing the state component. Multi parameter classes and functional dependencies are required.

  9. class Arrow a => ArrowState s (a :: Type -> Type -> Type) | a -> s

    arrows Control.Arrow.Operations

    An arrow type that provides a modifiable state, based of section 9 of Generalising Monads to Arrows, by John Hughes, Science of Computer Programming 37:67-111, May 2000.

  10. data ArrowShape

    graphviz Data.GraphViz.Attributes.Complete

    No documentation available.

Page 4 of many | Previous | Next