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. withJSContextSingleton :: MonadJSM m => (forall x . () => JSContextSingleton x -> m r) -> m r

    reflex-dom-core Foreign.JavaScript.TH

    No documentation available.

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

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

    registry Data.Registry.Rio

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

  4. _singletonsRegistry :: SingletonsRegistry (todo :: [Type]) (ins :: [Type]) (out :: [Type]) -> Registry ins out

    registry Data.Registry.Rio

    No documentation available.

  5. makeSingletons :: forall (ins :: [Type]) (out :: [Type]) . MakeSingletons ls => SingletonsRegistry ls ins out -> SingletonsRegistry ('[] :: [Type]) ins out

    registry Data.Registry.Rio

    No documentation available.

  6. makeSingletonsRegistry :: forall (todo :: [Type]) (ins :: [Type]) (out :: [Type]) . Registry ins out -> SingletonsRegistry todo ins out

    registry Data.Registry.Rio

    Prepare a Registry for making singletons on a specific list of types

  7. startSingletonsRegistry :: forall (ins :: [Type]) (out :: [Type]) . Registry ins out -> SingletonsRegistry out ins out

    registry Data.Registry.Rio

    Prepare a Registry for making singletons

  8. unSingleton :: forall (l :: Symbol) a . KnownSymbol l => Rec (l .== a) -> (Label l, a)

    row-types Data.Row.Records

    Turns a singleton record into a pair of the label and value.

  9. unSingleton :: forall (l :: Symbol) a . KnownSymbol l => Var (l .== a) -> (Label l, a)

    row-types Data.Row.Variants

    A quick destructor for singleton variants.

  10. bvOrSingleton :: forall e (w :: Nat) . (OrdF e, HashableF e, HasAbsValue e) => e (BaseBVType w) -> BVOrSet e w

    what4 What4.Expr.App

    No documentation available.

Page 67 of many | Previous | Next