Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. PublicKey :: Int -> Integer -> Integer -> PublicKey

    RSA Codec.Crypto.RSA.Pure

    No documentation available.

  2. Plane :: V3 a -> Color -> Color -> VisObject a

    Vis Vis

    No documentation available.

  3. Points :: [V3 a] -> Maybe GLfloat -> Color -> VisObject a

    Vis Vis

    No documentation available.

  4. Plane :: V3 a -> Color -> Color -> VisObject a

    Vis Vis.VisObject

    No documentation available.

  5. Points :: [V3 a] -> Maybe GLfloat -> Color -> VisObject a

    Vis Vis.VisObject

    No documentation available.

  6. class Monad m => ParFuture (future :: Type -> Type) (m :: Type -> Type) | m -> future

    abstract-par Control.Monad.Par.Class

    ParFuture captures the class of Par monads which support futures. This level of functionality subsumes par/pseq and is similar to the Control.Parallel.Strategies.Eval monad. A minimal implementation consists of spawn_ and get. However, for monads that are also a member of ParIVar it is typical to simply define spawn in terms of fork, new, and put.

  7. class ParFuture ivar m => ParIVar (ivar :: Type -> Type) (m :: Type -> Type) | m -> ivar

    abstract-par Control.Monad.Par.Class

    ParIVar builds on futures by adding full anyone-writes, anyone-reads IVars. These are more expressive but may not be supported by all distributed schedulers. A minimal implementation consists of fork, put_, and new.

  8. class ParUnsafe (iv :: Type -> Type) (p :: Type -> Type) | p -> iv

    abstract-par Control.Monad.Par.Unsafe

    The class of Par monads that provide unsafe functionality.

  9. module Data.Acid.Memory.Pure

    AcidState container without a transaction log. Mostly used for testing. This module consists of internal implementation details for Data.Acid.Memory. You should not normally need to import it. Call openMemoryState and thereafter use the API from Data.Acid instead.

  10. module AERN2.MP.Ball.PreludeOps

    Instances of Prelude classes Eq, Ord, Num etc

Page 795 of many | Previous | Next