summaryrefslogtreecommitdiff
path: root/src/Print.ml
diff options
context:
space:
mode:
authorSon Ho2021-11-22 10:43:38 +0100
committerSon Ho2021-11-22 10:44:13 +0100
commitb57a3a0d60fe7d6bdada644724f679bde88ad728 (patch)
tree323421580c61cecad4c3468d49be6adb9184cbec /src/Print.ml
parent3d47e1943547780aed2f86736bfaef31c6431ce0 (diff)
Implement end_borrow_get_borrow_in_env
Diffstat (limited to '')
-rw-r--r--src/Print.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Print.ml b/src/Print.ml
index 0240a307..874d19fb 100644
--- a/src/Print.ml
+++ b/src/Print.ml
@@ -26,7 +26,9 @@ module Types = struct
(* TODO: This is probably not the most OCaml-like way of doing this *)
type 'r type_formatter = {
r_to_string : 'r -> string;
+ (* TODO: remove this and put the name everywhere instead? *)
type_var_id_to_string : TypeVarId.id -> string;
+ (* TODO: remove this and put the name everywhere instead? *)
type_def_id_to_string : TypeDefId.id -> string;
}