Search-engine friendly clone of the
ACL2 documentation
.
Top
Documentation
Books
Boolean-reasoning
Projects
Apt
Acre
Milawa
Smtlink
Aleobft
Abnf
Vwsim
Isar
Wp-gen
Dimacs-reader
Pfcs
Legacy-defrstobj
Proof-checker-array
Soft
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
C
Java
Taspi
Bitcoin
Des
Ethereum
X86isa
Sha-2
Yul
Riscv
Zcash
Proof-checker-itp13
Regex
ACL2-programming-language
Json
Jfkr
Equational
Cryptography
Poseidon
Where-do-i-place-my-book
Bigmems
Builtins
Axe
Execloader
Solidity
Leo
Paco
Concurrent-programs
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.