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.
-
ghcjs-dom GHCJS.DOM.Debug No documentation available.
-
ghcjs-dom GHCJS.DOM.Debug.Internal No documentation available.
getWebkitFullScreenKeyboardInputAllowed :: (MonadDOM m, IsDocument self) => self -> m Boolghcjs-dom GHCJS.DOM.Document Mozilla Document.webkitFullScreenKeyboardInputAllowed documentation
parseUnwrapAll :: FromJSON a => GValue -> Parser agreskell-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.
-
greskell-core Data.Greskell.GraphSON.GValue unsafeFunCall :: Text -> [Text] -> Greskell agreskell-core Data.Greskell.Greskell Unsafely create a Greskell that calls the given function with the given arguments.
unsafeMethodCall :: Greskell a -> Text -> [Text] -> Greskell bgreskell-core Data.Greskell.Greskell Unsafely create a Greskell that calls the given object method call with the given target and arguments.
-
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.
forceTimeoutAll :: Manager -> IO ()happstack-server Happstack.Server.Internal.TimeoutManager terminate all threads immediately
-
hedgehog-fn Hedgehog.Function Run the function generator to retrieve a function