Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. data Boolector

    what4 What4.Solver

    No documentation available.

  2. Boolector :: Boolector

    what4 What4.Solver

    No documentation available.

  3. module What4.Solver.Boolector

    This module provides an interface for running Boolector and parsing the results back.

  4. data Boolector

    what4 What4.Solver.Boolector

    No documentation available.

  5. Boolector :: Boolector

    what4 What4.Solver.Boolector

    No documentation available.

  6. BoolScalar :: Scalar

    yaml-unscrambler YamlUnscrambler.Expectations

    No documentation available.

  7. module Agda.Utils.BoolSet

    Representation of Set Bool as a 4-element enum type. All operations in constant time and space. Mimics the interface of Set. Import as: import qualified Agda.Utils.BoolSet as BoolSet import Agda.Utils.BoolSet (BoolSet)

  8. data BoolSet

    Agda Agda.Utils.BoolSet

    Isomorphic to Set Bool.

  9. module Agda.Utils.Boolean

    Boolean algebras and types isomorphic to Bool. There are already solutions for Boolean algebras in the Haskell ecosystem, but they do not offer easy instantiations for types isomorphic to Bool. In particular, if type a is isomorphic to Bool, so it satisfies `IsBool a`, we would like to instantiate 'Boolean a' by just giving true and false. To facilitate this within the limits of the Haskell class system, we define the class Boolean mutually with class IsBool, so that operations not, (&&), and (||) can get default implementations. Usage: import Prelude hiding ( not, (&&), (||) ) import Agda.Utils.Boolean

  10. class Boolean a

    Agda Agda.Utils.Boolean

    Boolean algebras.

Page 29 of many | Previous | Next