Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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. newtype Arrow (p :: k -> Type) (q :: k -> Type) (a :: k)

    rank2classes Rank2

    Wrapper for functions that map the argument constructor type

  7. Arrow :: (p a -> q a) -> Arrow (p :: k -> Type) (q :: k -> Type) (a :: k)

    rank2classes Rank2

    No documentation available.

  8. 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.

  9. 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.

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

    Vis Vis

    No documentation available.

Page 2 of many | Previous | Next