Sidekick_th_bool_staticTheory of boolean formulas.
This handles formulas containing "and", "or", "=>", "if-then-else", etc.
type ('a, 'args) bool_view = Boolean-oriented view of terms
module type PROOF = sig ... endmodule type ARG = sig ... endArgument to the theory
module type S = sig ... endSignature