package msat

  1. Overview
  2. Docs
module type S = Solver_intf.S
module DummyTheory (F : Formula_intf.S) : sig ... end
module Make (F : Formula_intf.S) (Th : sig ... end) (Dummy : sig ... end) : sig ... end