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.
-
hledger-web Hledger.Web.Import No documentation available.
-
hledger-web Hledger.Web.Import No documentation available.
-
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.
FormSuccess :: a -> FormResult ahledger-web Hledger.Web.Import No documentation available.
-
hpc-codecov Trace.Hpc.Codecov.Report Data type for generated report 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.
Format :: HeaderFormat -> SampleFormat -> EndianFormat -> Formathsndfile Sound.File.Sndfile No documentation available.
module Test.Hspec.JUnit.
Format No documentation available.
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,- https://hspec.github.io/hspec-discover.html#spec-hooks
- https://hspec.github.io/extending-hspec-formatter.html#packaging-a-formatter-for-distribution-and-reuse
type
ForeignRegion = (ForeignPtr Word8, Int, Int)hw-prim HaskellWorks.Data.FromForeignRegion No documentation available.