diff options
Diffstat (limited to '')
-rw-r--r-- | src/Values.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Values.ml b/src/Values.ml index 2c80cfe9..1346c7f7 100644 --- a/src/Values.ml +++ b/src/Values.ml @@ -1,6 +1,9 @@ open Identifiers open Types +(** TODO: do we put the type variable/variable/region names everywhere + (to not have to perform lookups by using the ids?) *) + module VarId = IdGen () module BorrowId = IdGen () |