Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

  2. JSContextSingleton :: JSContextRef -> JSContextSingleton x

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

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

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

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

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

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

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

  6. unJSContextSingleton :: JSContextSingleton x -> JSContextRef

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

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

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

  8. withJSContextSingleton :: MonadJSM m => (forall x . () => JSContextSingleton x -> m r) -> m r

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

  9. withJSContextSingletonMono :: MonadJSM m => (JSContextSingleton () -> m r) -> m r

    reflex-dom-core Foreign.JavaScript.TH

    Warning: withJSContextSingletonMono does not provide the same guarantees that withJSContextSingleton does.

  10. class MakeSingletons (ls :: [Type])

    registry Data.Registry.Rio

    This typeclass take an existing registry and makes a singleton for each Rio output type

Page 66 of many | Previous | Next