Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Settings No documentation available.
-
ghc GHC.Settings No documentation available.
-
ghc GHC.Settings.IO No documentation available.
SettingsError_BadData :: String -> SettingsErrorghc GHC.Settings.IO No documentation available.
SettingsError_MissingData :: String -> SettingsErrorghc GHC.Settings.IO No documentation available.
-
sydtest Test.Syd A function that can provide a resource. You can think of this as a potentially-resource-aware version of 'IO resource'. In other words, it's like an 'IO resource' that can clean up after itself. This type has a monad instance, which means you can now compose setup functions using regular do-notation. This works together nicely with most supplier functions. Some examples:
Note that these examples already have functions defined for them in sydtest companion libraries. SetupFunc :: (forall r . () => (resource -> IO r) -> IO r) -> SetupFunc resourcesydtest Test.Syd No documentation available.
-
The SetupFunc abstraction makes resource provider functions (of type (a -> IO r) -> IO r) composable.
-
sydtest Test.Syd.Def.SetupFunc A function that can provide a resource. You can think of this as a potentially-resource-aware version of 'IO resource'. In other words, it's like an 'IO resource' that can clean up after itself. This type has a monad instance, which means you can now compose setup functions using regular do-notation. This works together nicely with most supplier functions. Some examples:
Note that these examples already have functions defined for them in sydtest companion libraries. SetupFunc :: (forall r . () => (resource -> IO r) -> IO r) -> SetupFunc resourcesydtest Test.Syd.Def.SetupFunc No documentation available.