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. sBools :: [String] -> Symbolic [SBool]

    sbv Data.SBV

    Declare a list of SBools NB. For a version which generalizes over the underlying monad, see sBools

  2. KBool :: Kind

    sbv Data.SBV.Dynamic

    No documentation available.

  3. cvToBool :: CV -> Bool

    sbv Data.SBV.Dynamic

    Convert a CV to a Haskell boolean (NB. Assumes input is well-kinded)

  4. isBoolean :: HasKind a => a -> Bool

    sbv Data.SBV.Dynamic

    No documentation available.

  5. svAsBool :: SVal -> Maybe Bool

    sbv Data.SBV.Dynamic

    Extract a bool, by properly interpreting the integer stored.

  6. svBool :: Bool -> SVal

    sbv Data.SBV.Dynamic

    Convert from a Boolean.

  7. KBool :: Kind

    sbv Data.SBV.Internals

    No documentation available.

  8. PseudoBoolean :: PBOp -> Op

    sbv Data.SBV.Internals

    No documentation available.

  9. QuantifiedBool :: String -> Op

    sbv Data.SBV.Internals

    No documentation available.

  10. class QuantifiedBool a

    sbv Data.SBV.Internals

    A value that can be used as a quantified boolean

Page 141 of many | Previous | Next