Hoogle Search

Within LTS Haskell 24.53 (ghc-9.10.3)

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

  1. class GToADTArbitrarySingleton (rep :: Type -> Type)

    quickcheck-arbitrary-adt Test.QuickCheck.Arbitrary.ADT

    GToADTArbitrarySingleton creates an arbitrary value and returns the name of the constructor that was used to create it and the type name.

  2. gToADTArbitrarySingleton :: GToADTArbitrarySingleton rep => Proxy rep -> Gen (ADTArbitrarySingleton (rep a))

    quickcheck-arbitrary-adt Test.QuickCheck.Arbitrary.ADT

    No documentation available.

  3. toADTArbitrarySingleton :: ToADTArbitrary a => Proxy a -> Gen (ADTArbitrarySingleton a)

    quickcheck-arbitrary-adt Test.QuickCheck.Arbitrary.ADT

    produce an arbitrary instance of one random constructor

  4. newtype JSContextSingleton x

    reflex-dom-core Foreign.JavaScript.TH

    A singleton type for a given JSContext; we use this to statically guarantee that different JSContexts don't get mixed up

  5. JSContextSingleton :: JSContextRef -> JSContextSingleton x

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

  6. newtype WithJSContextSingleton x (m :: Type -> Type) a

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

  7. WithJSContextSingleton :: ReaderT (JSContextSingleton x) m a -> WithJSContextSingleton x (m :: Type -> Type) a

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

  8. runWithJSContextSingleton :: WithJSContextSingleton x m a -> JSContextSingleton x -> m a

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

  9. unJSContextSingleton :: JSContextSingleton x -> JSContextRef

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

  10. unWithJSContextSingleton :: WithJSContextSingleton x (m :: Type -> Type) a -> ReaderT (JSContextSingleton x) m a

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

Page 66 of many | Previous | Next