mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-24 02:16:41 -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 Make (F : Tseitin_intf.Arg) = struct
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue