Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. SomePrimitiveVectorM :: (Any :: Type) -> SomePrimitiveVectorM

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  2. newtype SomeStorableVector

    recover-rtti Debug.RecoverRTTI

    Storable vector (Data.Vector.Storable) For storable arrays we have no hope of inferring the type of the elements: the elements are not stored as pointers, but rather as " serialized " data through the Storable type class. In order to get at any element, we'd need to have the corresponding Storable instance, but of course we don't have it if we don't have the type.

  3. SomeStorableVector :: (Any :: Type) -> SomeStorableVector

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  4. newtype SomeStorableVectorM

    recover-rtti Debug.RecoverRTTI

    Mutable storage vector (Data.Vector.Storable) See SomeStorableVector for some details on why we don't infer anything here.

  5. SomeStorableVectorM :: (Any :: Type) -> SomeStorableVectorM

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  6. supportsBitVectors :: SolverCapabilities -> Bool

    sbv Data.SBV.Internals

    Supports bit-vectors?

  7. supportsBitVectors :: SolverCapabilities -> Bool

    sbv Data.SBV.Internals

    Supports bit-vectors?

  8. data TestVectors

    sbv Data.SBV.Tools.GenTest

    Type of test vectors (abstract)

  9. testVectors :: SBool

    sbv Documentation.SBV.Examples.Crypto.Prince

    From Appendix A of the spec. We have:

    >>> testVectors
    True
    

  10. bitVectorFromSetAssigns :: Ord a => [Assign label (Set a)] -> [Assign label (Set Integer)]

    set-cover Math.SetCover.Exact

    You may use this to post-process a set of Assigns in order to speedup the solver considerably. You must process the whole set of Assigns at once, i.e. do not process only parts of the assignment list. The output of bitVectorFromSetAssigns should go into the solver as is.

Page 95 of many | Previous | Next