module External:sig
..end
module type S = Solver_intf.S
Safe external interface of solvers.
module Make:functor (
St
:
Solver_types.S
) ->
functor (
Th
:
Plugin_intf.S
with type term = St.term and type formula = St.formula and type proof = St.proof
) ->
Functor to make a safe external interface.