module Sat: sig .. end
sig
end
This modules instanciates a pure sat solver using integers to represent atomic propositions.
module Expr: sig .. end
module Make: functor (Dummy : sigend) -> Solver.S with type St.formula = Expr.t
functor (
Dummy
:
) ->
Solver.S
with type St.formula = Expr.t