• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • 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
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • 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.