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. --- lib/spawn.mli | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/spawn.mli') diff --git a/lib/spawn.mli b/lib/spawn.mli index a131715e9..fd2b92ae3 100644 --- a/lib/spawn.mli +++ b/lib/spawn.mli @@ -34,8 +34,6 @@ module type Control = sig end (* Abstraction to work with both threads and main loop models *) -module type Empty = sig end - module type MainLoopModel = sig type async_chan type condition @@ -64,7 +62,7 @@ module Async(ML : MainLoopModel) : sig end (* spawn a process and read its output synchronously *) -module Sync(T : Empty) : sig +module Sync () : sig type process val spawn : -- cgit v1.2.3