mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
6 lines
196 B
OCaml
6 lines
196 B
OCaml
(* Copyright 2014 Guillaume Bury *)
|
|
|
|
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
|