module Mcsolver:sig..end
This module provides a functor to create an McSAt solver.
module type S = Solver_intf.Smodule Make:functor (E:Expr_intf.S) ->functor (Th:Plugin_intf.Swith type term = E.Term.t and type formula = E.Formula.t and type proof = E.proof) ->functor (Dummy:sigend) ->Swith type St.term = E.Term.t and type St.formula = E.Formula.t and type St.proof = E.proof