Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
servant-foreign Servant.Foreign No documentation available.
-
servant-foreign Servant.Foreign.Internal No documentation available.
-
sox Sound.Sox.Frame No documentation available.
-
sox Sound.Sox.Information No documentation available.
-
sox Sound.Sox.Option.Format No documentation available.
foreignObject_ :: Term result => [Attribute] -> resultsvg-builder Graphics.Svg.Elements foreignobject element
format :: (C sig, Show x) => Int -> sig x -> ShowSsynthesizer-core Synthesizer.Format No documentation available.
forkManaged :: ThreadManager -> String -> IO () -> IO ()time-manager System.ThreadManager Fork a managed thread. This guarantees that the thread ID is added to the manager's queue before the thread starts, and is removed again when the thread terminates (normally or abnormally).
forkManagedFinally :: ThreadManager -> String -> IO () -> IO () -> IO ()time-manager System.ThreadManager Fork a managed thread with a cleanup function.
forkManagedTimeout :: ThreadManager -> String -> (Handle -> IO ()) -> IO ()time-manager System.ThreadManager Fork a managed thread with a handle created by a timeout manager.