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