mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-28 12:24:50 -05:00
Forgot to update .ml when adding Arg to .mli
This commit is contained in:
parent
cd632ad345
commit
c53a81e54b
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
||||||
(* *)
|
(* *)
|
||||||
(**************************************************************************)
|
(**************************************************************************)
|
||||||
|
|
||||||
|
module type Arg = Tseitin_intf.Arg
|
||||||
|
|
||||||
module type S = Tseitin_intf.S
|
module type S = Tseitin_intf.S
|
||||||
|
|
||||||
module Make (F : Tseitin_intf.Arg) = struct
|
module Make (F : Tseitin_intf.Arg) = struct
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue