• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
          • Values
            • Integer-values
            • Boolean-values
              • Bool
                • Boolp
                • Bool-fix
                • Bool-equiv
                • Make-bool
                • Change-bool
                • Bool->get
              • Boolean-operations
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Boolean-values

Bool

Fixtype of boolean values.

This is a product type introduced by fty::defprod.

Fields
get — booleanp

These are the values of the bool type.

Subtopics

Boolp
Recognizer for bool structures.
Bool-fix
Fixing function for bool structures.
Bool-equiv
Basic equivalence relation for bool structures.
Make-bool
Basic constructor macro for bool structures.
Change-bool
Modifying constructor for bool structures.
Bool->get
Get the get field from a bool.