Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. class Category a => Arrow (a :: Type -> Type -> Type)

    essence-of-live-coding LiveCoding

    The basic arrow class. Instances should satisfy the following laws:

    where
    assoc ((a,b),c) = (a,(b,c))
    
    The other combinators have sensible default definitions, which may be overridden for efficiency.

  2. module Rebase.Control.Arrow

    No documentation available.

  3. class Category a => Arrow (a :: Type -> Type -> Type)

    rebase Rebase.Prelude

    The basic arrow class. Instances should satisfy the following laws:

    where
    assoc ((a,b),c) = (a,(b,c))
    
    The other combinators have sensible default definitions, which may be overridden for efficiency.

  4. module Synthesizer.Causal.Arrow

    No documentation available.

  5. class Category a => Arrow (a :: Type -> Type -> Type)

    base-prelude BasePrelude

    The basic arrow class. Instances should satisfy the following laws:

    where
    assoc ((a,b),c) = (a,(b,c))
    
    The other combinators have sensible default definitions, which may be overridden for efficiency.

  6. module Database.Relational.Arrow

    This module defines arrow version combinators which improves type-safety on building queries. Referencing the local projected records may cause to break the result query. It is possible to controls injection of previous local projected records by restricting domain type of arrow. This idea is imported from Opaleye:

    Importing this module instead of Database.Relational.Query enables to build query using arrow combinators.

  7. module Synthesizer.Dimensional.Arrow

    A wrapper around (->) or Causal.Process that adds amplitude handling to the Arrow paradigm. This wrapper unifies Synthesizer.Dimensional.Map and Synthesizer.Dimensional.Causal.Process.

  8. Arrow :: (a, a) -> V3 a -> Color -> VisObject a

    Vis Vis

    No documentation available.

  9. Arrow :: (a, a) -> V3 a -> Color -> VisObject a

    Vis Vis.VisObject

    No documentation available.

  10. module GI.Gtk.Objects.Arrow

    GtkArrow should be used to draw simple arrows that need to point in one of the four cardinal directions (up, down, left, or right). The style of the arrow can be one of shadow in, shadow out, etched in, or etched out. Note that these directions and style types may be amended in versions of GTK+ to come. GtkArrow will fill any space alloted to it, but since it is inherited from Misc, it can be padded and/or aligned, to fill exactly the space the programmer desires. Arrows are created with a call to arrowNew. The direction or style of an arrow can be changed after creation by using arrowSet. GtkArrow has been deprecated; you can simply use a Image with a suitable icon name, such as “pan-down-symbolic“. When replacing GtkArrow by an image, pay attention to the fact that GtkArrow is doing automatic flipping between GTK_ARROW_LEFT and GTK_ARROW_RIGHT, depending on the text direction. To get the same effect with an image, use the icon names “pan-start-symbolic“ and “pan-end-symbolic“, which react to the text direction.

Page 2 of many | Previous | Next