about summary refs log tree commit diff
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/fe/token.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/fe/token.ml b/src/boot/fe/token.ml
index 446e5262a70..cb3bb0b0197 100644
--- a/src/boot/fe/token.ml
+++ b/src/boot/fe/token.ml
@@ -282,7 +282,7 @@ let rec string_of_tok t =
 
     (* Callable type constructors *)
     | FN         -> "fn"
-    | ITER       -> "fn"
+    | ITER       -> "iter"
 
     (* Object type *)
     | OBJ        -> "obj"