Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
No documentation available.
class
Form (form :: Type -> Type -> Type) (val :: Type -> Type) | form -> valhyperbole Web.Hyperbole A Form is a Higher Kinded record listing each Field. ContactForm Identity behaves like a normal record, while ContactForm Maybe would be maybe values for each field From Example.Page.FormSimple
#EMBED ExamplePageFormSimple.hs data ContactForm #EMBED ExamplePageFormSimple.hs instance Form ContactForm
data
FormField (v :: k -> Type) (a :: k)hyperbole Web.Hyperbole No documentation available.
module Web.Hyperbole.View.
Forms No documentation available.
class
Form (form :: Type -> Type -> Type) (val :: Type -> Type) | form -> valhyperbole Web.Hyperbole.View.Forms A Form is a Higher Kinded record listing each Field. ContactForm Identity behaves like a normal record, while ContactForm Maybe would be maybe values for each field From Example.Page.FormSimple
#EMBED ExamplePageFormSimple.hs data ContactForm #EMBED ExamplePageFormSimple.hs instance Form ContactForm