• 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
          • Semantics
          • Abstract-syntax
            • Aexp
            • Bexp
              • Bexp-case
              • Bexp-fix
              • Bexpp
              • Bexp-count
              • Bexp-equiv
              • Bexp-less
              • Bexp-equal
              • Bexp-and
              • Bexp-const
              • Bexp-not
              • Bexp-kind
            • Comm
            • Comm-list
            • Command-fixtypes
          • Interpreter
        • 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
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Abstract-syntax

Bexp

Fixtype of Imp boolean expressions.

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:const → bexp-const
:equal → bexp-equal
:less → bexp-less
:not → bexp-not
:and → bexp-and

Subtopics

Bexp-case
Case macro for the different kinds of bexp structures.
Bexp-fix
Fixing function for bexp structures.
Bexpp
Recognizer for bexp structures.
Bexp-count
Measure for recurring over bexp structures.
Bexp-equiv
Basic equivalence relation for bexp structures.
Bexp-less
Bexp-equal
Bexp-and
Bexp-const
Bexp-not
Bexp-kind
Get the kind (tag) of a bexp structure.