Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. type DomHasCallStack = ()

    ghcjs-dom GHCJS.DOM.Debug

    No documentation available.

  2. type DomHasCallStack = ()

    ghcjs-dom GHCJS.DOM.Debug.Internal

    No documentation available.

  3. getWebkitFullScreenKeyboardInputAllowed :: (MonadDOM m, IsDocument self) => self -> m Bool

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.webkitFullScreenKeyboardInputAllowed documentation

  4. parseUnwrapAll :: FromJSON a => GValue -> Parser a

    greskell-core Data.Greskell.GraphSON

    Unwrap the given GValue with unwrapAll, and just parse the result with parseJSON. Useful to implement FromGraphSON instances for scalar types.

  5. unwrapAll :: GValue -> Value

    greskell-core Data.Greskell.GraphSON.GValue

    Remove all GraphSON wrappers recursively from GValue.

  6. unsafeFunCall :: Text -> [Text] -> Greskell a

    greskell-core Data.Greskell.Greskell

    Unsafely create a Greskell that calls the given function with the given arguments.

  7. unsafeMethodCall :: Greskell a -> Text -> [Text] -> Greskell b

    greskell-core Data.Greskell.Greskell

    Unsafely create a Greskell that calls the given object method call with the given target and arguments.

  8. package guarded-allocation

    Memory allocation with added stress tests and integrity checks Provide adaptions of mallocForeignPtrArray and allocaArray that add stress tests and integrity checks. There are three modules:

    • Guarded.Plain: exports the original allocation routines
    • Guarded.Debug: exports allocation routines that add stress and checks
    • Guarded: exports either Guarded.Plain or Guarded.Debug depending on the Cabal debug flag.
    It is intended that you always import the Guarded module in user code and install a package version with enabled debug flag to a custom package database for debugging. If you compile your user program you can choose production or debugging mode by choosing the default or the custom debugging package database, respectively. This package is inspired by the famous Amiga debug tool MungWall. The Linux counterpart is Electric Fence.

  9. forceTimeoutAll :: Manager -> IO ()

    happstack-server Happstack.Server.Internal.TimeoutManager

    terminate all threads immediately

  10. forAllFn :: forall a b (m :: Type -> Type) . (Show a, Show b, Monad m) => Gen (Fn a b) -> PropertyT m (a -> b)

    hedgehog-fn Hedgehog.Function

    Run the function generator to retrieve a function

Page 719 of many | Previous | Next