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. module Bench.Vector.Algo.Tridiag

    No documentation available.

  2. tridiag :: (Vector Double, Vector Double, Vector Double, Vector Double) -> Vector Double

    vector Bench.Vector.Algo.Tridiag

    No documentation available.

  3. DecidedLazy :: DecidedStrictness

    template-haskell Language.Haskell.TH

    Field inferred to not have a bang.

  4. DecidedStrict :: DecidedStrictness

    template-haskell Language.Haskell.TH

    Field inferred to have a bang.

  5. data DecidedStrictness

    template-haskell Language.Haskell.TH

    Unlike SourceStrictness and SourceUnpackedness, DecidedStrictness refers to the strictness annotations that the compiler chooses for a data constructor field, which may be different from what is written in source code. Note that non-unpacked strict fields are assigned DecidedLazy when a bang would be inappropriate, such as the field of a newtype constructor and fields that have an unlifted type. See reifyConStrictness for more information.

  6. DecidedUnpack :: DecidedStrictness

    template-haskell Language.Haskell.TH

    Field inferred to be unpacked.

  7. ExplBidir :: [Clause] -> PatSynDir

    template-haskell Language.Haskell.TH

    pattern P x {<-} p where P x = e
    

  8. ImplBidir :: PatSynDir

    template-haskell Language.Haskell.TH

    pattern P x {=} p
    

  9. UndecidableInstances :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  10. UndecidableSuperClasses :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

Page 375 of many | Previous | Next