summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsCore.ml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/InterpreterLoopsCore.ml')
-rw-r--r--compiler/InterpreterLoopsCore.ml27
1 files changed, 0 insertions, 27 deletions
diff --git a/compiler/InterpreterLoopsCore.ml b/compiler/InterpreterLoopsCore.ml
index 23e05e06..cd609ab0 100644
--- a/compiler/InterpreterLoopsCore.ml
+++ b/compiler/InterpreterLoopsCore.ml
@@ -26,33 +26,6 @@ type ctx_or_update = (eval_ctx, updt_env_kind) result
(** Union Find *)
module UF = UnionFind.Make (UnionFind.StoreMap)
-type marker_borrow_id = proj_marker * BorrowId.id [@@deriving show, ord]
-
-module MarkerBorrowIdOrd = struct
- type t = marker_borrow_id
-
- let compare = compare_marker_borrow_id
- let to_string = show_marker_borrow_id
- let pp_t = pp_marker_borrow_id
- let show_t = show_marker_borrow_id
-end
-
-module MarkerBorrowIdSet = Collections.MakeSet (MarkerBorrowIdOrd)
-module MarkerBorrowIdMap = Collections.MakeMap (MarkerBorrowIdOrd)
-
-module MarkerBorrowId : sig
- type t
-
- module Set : Collections.Set with type elt = t
- module Map : Collections.Map with type key = t
-end
-with type t = marker_borrow_id = struct
- type t = marker_borrow_id
-
- module Set = MarkerBorrowIdSet
- module Map = MarkerBorrowIdMap
-end
-
(** A small utility -
Rem.: some environments may be ill-formed (they may contain several times