package libzipperposition

  1. Overview
  2. Docs
On This Page
  1. Booleans
Legend:
Library
Module
Module type
Parameter
Class
Class type

Booleans

val _quant_rename : bool ref
type reasoning_kind =
  1. | BoolReasoningDisabled
  2. | BoolSimplificationsOnly
  3. | BoolHoist
  4. | 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