aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/future.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/future.ml')
-rw-r--r--lib/future.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/future.ml b/lib/future.ml
index 564535268..1e878ac32 100644
--- a/lib/future.ml
+++ b/lib/future.ml
@@ -40,8 +40,6 @@ module UUID = struct
let equal = (==)
end
-open UUID
-
type 'a assignement = [ `Val of 'a | `Exn of exn | `Comp of 'a computation]
(* Val is not necessarily a final state, so the