Module Libzipperposition_calculi.Booleans

Booleans

val _quant_rename : bool ref
type reasoning_kind =
  1. | BoolReasoningDisabled
  2. | BoolCasesInference
  3. | BoolCasesDisabled
  4. | BoolCasesSimplification
  5. | BoolCasesKeepParent
  6. | BoolCasesPreprocess
val k_bool_reasoning : reasoning_kind Logtk.Flex_state.key
module type S = sig ... end
module Make (E : Libzipperposition.Env.S) : S with module Env = E