Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garrigue committed Jan 31, 2021
1 parent c7681a7 commit e85094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing/printtyp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1025,8 +1025,8 @@ let rec tree_of_typexp sch ty =
| Tnil | Tfield _ ->
tree_of_typobject sch ty None
| Tsubst _ ->
(* This case should only happen when debugging the compiler *)
Otyp_stuff "<Tsubst>"
(* This case should not happen *)
| Tlink _ ->
fatal_error "Printtyp.tree_of_typexp"
| Tpoly (ty, []) ->
Expand Down

0 comments on commit e85094f

Please sign in to comment.