Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. SetNull :: CascadeAction

    persistent Database.Persist.FieldDef

    No documentation available.

  2. SetDefault :: CascadeAction

    persistent Database.Persist.FieldDef.Internal

    No documentation available.

  3. SetNull :: CascadeAction

    persistent Database.Persist.FieldDef.Internal

    No documentation available.

  4. SetDefault :: CascadeAction

    persistent Database.Persist.Types

    No documentation available.

  5. SetNull :: CascadeAction

    persistent Database.Persist.Types

    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