Forgot to update .ml when adding Arg to .mli

This commit is contained in:
Guillaume Bury 2016-12-01 18:27:50 +01:00
parent cd632ad345
commit c53a81e54b

View file

@ -10,6 +10,8 @@
(* *)
(**************************************************************************)
module type Arg = Tseitin_intf.Arg
module type S = Tseitin_intf.S
module Make (F : Tseitin_intf.Arg) = struct