Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. FormMissing :: FormResult a

    hledger-web Hledger.Web.Import

    No documentation available.

  2. type FormRender (m :: Type -> Type) a = AForm m a -> Markup -> MForm m (FormResult a, WidgetFor HandlerSite m ())

    hledger-web Hledger.Web.Import

    No documentation available.

  3. data FormResult a

    hledger-web Hledger.Web.Import

    A form can produce three different results: there was no data available, the data was invalid, or there was a successful parse. The Applicative instance will concatenate the failure messages in two FormResults. The Alternative instance will choose FormFailure before FormSuccess, and FormMissing last of all.

  4. FormSuccess :: a -> FormResult a

    hledger-web Hledger.Web.Import

    No documentation available.

  5. data Format

    hpc-codecov Trace.Hpc.Codecov.Report

    Data type for generated report format.

  6. data Format

    hsndfile Sound.File.Sndfile

    Stream format specification, consisting of header, sample and endianness formats. Not all combinations of header, sample and endianness formats are valid; valid combinations can be checked with the checkFormat function.

  7. Format :: HeaderFormat -> SampleFormat -> EndianFormat -> Format

    hsndfile Sound.File.Sndfile

    No documentation available.

  8. module Test.Hspec.JUnit.Format

    No documentation available.

  9. module Test.Hspec.JUnit.Formatter

    An Hspec formatter that produces a JUnit XML file of results

    -- file test/SpecHook.hs
    module SpecHook where
    
    import Test.Hspec
    import Test.Hspec.JUnit.Config
    import Test.Hspec.JUnit.Formatter qualified as Formatter
    
    -- | To only produce a JUnit file, silencing other output
    hook :: Spec -> Spec
    hook = Formatter.use defaultJUnitConfig
    
    -- | To produce a JUnit file in addition to the normal output
    hook :: Spec -> Spec
    hook = Formatter.add defaultJUnitConfig
    
    -- | To only produce, but only when --format=junit is used
    hook :: Spec -> Spec
    hook = Formatter.register defaultJUnitConfig
    
    See also, For a version that reads configuration from JUNIT_ environment variables, see Test.Hspec.JUnit.Formatter.Env.

  10. type ForeignRegion = (ForeignPtr Word8, Int, Int)

    hw-prim HaskellWorks.Data.FromForeignRegion

    No documentation available.

Page 333 of many | Previous | Next