Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

    hsndfile Sound.File.Sndfile

    No documentation available.

  2. module Test.Hspec.JUnit.Format

    No documentation available.

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

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

    hw-prim HaskellWorks.Data.FromForeignRegion

    No documentation available.

  5. module HaskellWorks.Foreign

    No documentation available.

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

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

    hyperbole Web.Hyperbole

    No documentation available.

  8. module Web.Hyperbole.View.Forms

    No documentation available.

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

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

    hyperbole Web.Hyperbole.View.Forms

    No documentation available.

Page 334 of many | Previous | Next