Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. newtype AlloyResponseFailure

    call-alloy Language.Alloy.Exceptions

    An unexpected Alloy response. This would usually happen when call-alloy does not know how to interpret a response that was received from Alloy. In this case an issue should be opened, describing in detail what was tried and the received error response.

  2. newtype AllB b

    cond Data.Algebra.Boolean

    A boolean algebra regarded as a monoid under conjunction

  3. AllB :: b -> AllB b

    cond Data.Algebra.Boolean

    No documentation available.

  4. type AllocComplex a = CSize -> IO Ptr Complex a

    fftw-ffi Numeric.FFTW.FFI

    No documentation available.

  5. type AllocReal a = CSize -> IO Ptr a

    fftw-ffi Numeric.FFTW.FFI

    No documentation available.

  6. AllJSON :: DebugSystemHooks

    gitlab-haskell GitLab.Types

    Report all received JSON objects about GitLab events

  7. module Grisette.Internal.SymPrim.AllSyms

    No documentation available.

  8. class AllSyms a

    grisette Grisette.Internal.SymPrim.AllSyms

    Extract all symbolic primitive values that are represented as SMT terms.

    >>> allSyms (["a" + 1 :: SymInteger, -"b"], "c" :: SymBool)
    [(+ 1 a),(- b),c]
    
    This is usually used for getting a statistical summary of the size of a symbolic value with allSymsSize. Note: This type class can be derived for algebraic data types. You may need the DerivingVia and DerivingStrategies extenstions.
    data X = ... deriving Generic deriving AllSyms via (Default X)
    

  9. data family AllSymsArgs arity a

    grisette Grisette.Internal.SymPrim.AllSyms

    The arguments to the generic AllSyms function.

  10. class AllSyms a

    grisette Grisette.SymPrim

    Extract all symbolic primitive values that are represented as SMT terms.

    >>> allSyms (["a" + 1 :: SymInteger, -"b"], "c" :: SymBool)
    [(+ 1 a),(- b),c]
    
    This is usually used for getting a statistical summary of the size of a symbolic value with allSymsSize. Note: This type class can be derived for algebraic data types. You may need the DerivingVia and DerivingStrategies extenstions.
    data X = ... deriving Generic deriving AllSyms via (Default X)
    

Page 58 of many | Previous | Next