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.

  1. transform :: forall e1 e2 (r :: EffectRow) a . Member e2 r => (forall (rInitial :: EffectRow) x . () => e1 (Sem rInitial) x -> e2 (Sem rInitial) x) -> Sem (e1 ': r) a -> Sem r a

    polysemy Polysemy.Internal.Combinators

    Transform an effect e1 into an effect e2 that is already somewhere inside of the stack.

  2. fformat :: Result -> Column -> IO Format

    postgresql-libpq Database.PostgreSQL.LibPQ

    Returns the Format of the given column. Column numbers start at 0.

  3. before :: forall context (m :: Type -> Type) . HasCallStack => String -> ExampleT context m () -> SpecFree context m () -> SpecFree context m ()

    sandwich Test.Sandwich

    Perform an action before a given spec tree.

  4. beforeEach :: forall context (m :: Type -> Type) . HasCallStack => String -> ExampleT context m () -> SpecFree context m () -> SpecFree context m ()

    sandwich Test.Sandwich

    Same as before, but applied individually to every it node.

  5. data FailureReportFormatter

    sandwich Test.Sandwich.Formatters.FailureReport

    No documentation available.

  6. defaultFailureReportFormatter :: FailureReportFormatter

    sandwich Test.Sandwich.Formatters.FailureReport

    No documentation available.

  7. type LogEntryFormatter = UTCTime -> Loc -> LogSource -> LogLevel -> ByteString -> ByteString

    sandwich Test.Sandwich.Formatters.LogSaver

    A callback for formatting a log entry to a ByteString.

  8. defaultLogSaverFormatter :: LogSaverFormatter

    sandwich Test.Sandwich.Formatters.LogSaver

    No documentation available.

  9. logSaverFormatter :: LogSaverFormatter -> LogEntryFormatter

    sandwich Test.Sandwich.Formatters.LogSaver

    Formatter function for log entries.

  10. defaultPrintFormatter :: PrintFormatter

    sandwich Test.Sandwich.Formatters.Print

    No documentation available.

Page 604 of many | Previous | Next