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.

  1. data Settings

    ghc GHC.Settings

    No documentation available.

  2. Settings :: GhcNameVersion -> FileSettings -> Platform -> ToolSettings -> PlatformMisc -> [(String, String)] -> Settings

    ghc GHC.Settings

    No documentation available.

  3. data SettingsError

    ghc GHC.Settings.IO

    No documentation available.

  4. SettingsError_BadData :: String -> SettingsError

    ghc GHC.Settings.IO

    No documentation available.

  5. SettingsError_MissingData :: String -> SettingsError

    ghc GHC.Settings.IO

    No documentation available.

  6. newtype SetupFunc resource

    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.

  7. SetupFunc :: (forall r . () => (resource -> IO r) -> IO r) -> SetupFunc resource

    sydtest Test.Syd

    No documentation available.

  8. module Test.Syd.Def.SetupFunc

    The SetupFunc abstraction makes resource provider functions (of type (a -> IO r) -> IO r) composable.

  9. newtype SetupFunc resource

    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.

  10. SetupFunc :: (forall r . () => (resource -> IO r) -> IO r) -> SetupFunc resource

    sydtest Test.Syd.Def.SetupFunc

    No documentation available.

Page 27 of many | Previous | Next