Add .mli to one of transitioned modules

Somehow this removes the deprecation

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-08-31 11:25:01 +03:00
parent dfd3b1083c
commit 366c102aa0
2 changed files with 1 additions and 3 deletions

View File

@ -0,0 +1 @@
val run : unit -> unit

View File

@ -2,6 +2,3 @@
File "fooexe.ml", line 3, characters 0-7:
Error (warning 3): deprecated: module Bar
Will be removed past 2020-20-20. Use Mylib.Bar instead.
File "fooexe.ml", line 4, characters 0-7:
Error (warning 3): deprecated: module Foo
Will be removed past 2020-20-20. Use Mylib.Foo instead.