aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/dyn.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dyn.ml')
-rw-r--r--lib/dyn.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dyn.ml b/lib/dyn.ml
index 6bd43455f..1544f1246 100644
--- a/lib/dyn.ml
+++ b/lib/dyn.ml
@@ -59,7 +59,7 @@ sig
end
-module Make(M : CSig.EmptyS) = struct
+module Make () = struct
module Self : PreS = struct
(* Dynamics, programmed with DANGER !!! *)