From c8533911300df8d4897a3109ea30d43be7f430eb Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Wed, 1 Nov 2017 15:01:37 +0100 Subject: Fix FIXME: use OCaml 4.02 generative functors when available. 4.02.3 has been the minimal OCaml version for a while now. --- library/libobject.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/libobject.ml') diff --git a/library/libobject.ml b/library/libobject.ml index 013c6fa0a..0c11be9ab 100644 --- a/library/libobject.ml +++ b/library/libobject.ml @@ -9,7 +9,7 @@ open Libnames open Pp -module Dyn = Dyn.Make(struct end) +module Dyn = Dyn.Make () type 'a substitutivity = Dispose | Substitute of 'a | Keep of 'a | Anticipate of 'a -- cgit v1.2.3