Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toADTArbitrarySingleton :: ToADTArbitrary a => Proxy a -> Gen (ADTArbitrarySingleton a)quickcheck-arbitrary-adt Test.QuickCheck.Arbitrary.ADT produce an arbitrary instance of one random constructor
-
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
JSContextSingleton :: JSContextRef -> JSContextSingleton xreflex-dom-core Foreign.JavaScript.TH No documentation available.
newtype
WithJSContextSingleton x (m :: Type -> Type) areflex-dom-core Foreign.JavaScript.TH No documentation available.
-
reflex-dom-core Foreign.JavaScript.TH No documentation available.
runWithJSContextSingleton :: WithJSContextSingleton x m a -> JSContextSingleton x -> m areflex-dom-core Foreign.JavaScript.TH No documentation available.
unJSContextSingleton :: JSContextSingleton x -> JSContextRefreflex-dom-core Foreign.JavaScript.TH No documentation available.
-
reflex-dom-core Foreign.JavaScript.TH No documentation available.
withJSContextSingleton :: MonadJSM m => (forall x . () => JSContextSingleton x -> m r) -> m rreflex-dom-core Foreign.JavaScript.TH No documentation available.
withJSContextSingletonMono :: MonadJSM m => (JSContextSingleton () -> m r) -> m rreflex-dom-core Foreign.JavaScript.TH Warning: withJSContextSingletonMono does not provide the same guarantees that withJSContextSingleton does.