Fix typo in token.ml.
This commit is contained in:
parent
3f354b24dc
commit
d344f151f9
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ let rec string_of_tok t =
|
|||
|
||||
(* Callable type constructors *)
|
||||
| FN -> "fn"
|
||||
| ITER -> "fn"
|
||||
| ITER -> "iter"
|
||||
|
||||
(* Object type *)
|
||||
| OBJ -> "obj"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue