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.

  1. 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.

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

    hsndfile Sound.File.Sndfile

    No documentation available.

  3. module Test.Hspec.JUnit.Format

    No documentation available.

  4. 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.

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

    hw-prim HaskellWorks.Data.FromForeignRegion

    No documentation available.

  6. module HaskellWorks.Foreign

    No documentation available.

  7. class Form (form :: Type -> Type -> Type) (val :: Type -> Type) | form -> val

    hyperbole 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
    

  8. data FormField (v :: k -> Type) (a :: k)

    hyperbole Web.Hyperbole

    No documentation available.

  9. module Web.Hyperbole.View.Forms

    No documentation available.

  10. class Form (form :: Type -> Type -> Type) (val :: Type -> Type) | form -> val

    hyperbole 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
    

Page 333 of many | Previous | Next