Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. type family PayloadType (f :: u -> Type) (a :: u1)

    vinyl Data.Vinyl.Class.Method

    Shorthand for combining ApplyFieldTyper and FieldPayload.

  2. data Point (f :: Type -> Type) a

    diagrams-core Diagrams.Core

    A handy wrapper to help distinguish points from vectors at the type level

  3. data Prim b (v :: Type -> Type) n

    diagrams-core Diagrams.Core

    A value of type Prim b v n is an opaque (existentially quantified) primitive which backend b knows how to render in vector space v.

  4. Prim :: forall p b . (Transformable p, Typeable p, Renderable p b) => p -> Prim b (V p) (N p)

    diagrams-core Diagrams.Core

    No documentation available.

  5. module Diagrams.Core.Points

    A type for points (as distinct from vectors).

  6. newtype Point (f :: Type -> Type) a

    diagrams-core Diagrams.Core.Points

    A handy wrapper to help distinguish points from vectors at the type level

  7. data Prim b (v :: Type -> Type) n

    diagrams-core Diagrams.Core.Types

    A value of type Prim b v n is an opaque (existentially quantified) primitive which backend b knows how to render in vector space v.

  8. Prim :: forall p b . (Transformable p, Typeable p, Renderable p b) => p -> Prim b (V p) (N p)

    diagrams-core Diagrams.Core.Types

    No documentation available.

  9. PrimLeaf :: Prim b v n -> QDiaLeaf b (v :: Type -> Type) n m

    diagrams-core Diagrams.Core.Types

    No documentation available.

  10. module Control.Distributed.Process

    • Cloud Haskell
    This is an implementation of Cloud Haskell, as described in Towards Haskell in the Cloud by Jeff Epstein, Andrew Black, and Simon Peyton Jones (see http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/), although some of the details are different. The precise message passing semantics are based on A unified semantics for future Erlang by Hans Svensson, Lars-Åke Fredlund and Clara Benac Earle. For a detailed description of the package and other reference materials, please see the distributed-process wiki page on github: https://github.com/haskell-distributed/distributed-process/wiki.

Page 330 of many | Previous | Next