sidekick/sat/res.mli
Guillaume Bury 91cc15eec1 Indent.
2014-11-04 19:07:26 +01:00

10 lines
289 B
OCaml

(*
MSAT is free software, using the Apache license, see file LICENSE
Copyright 2014 Guillaume Bury
Copyright 2014 Simon Cruanes
*)
module type S = Res_intf.S
module Make : functor (St : Solver_types.S)(Proof : sig type t end)
-> S with type clause = St.clause and type lemma = Proof.t