Improve logging in type.

This commit is contained in:
Graydon Hoare 2010-06-30 15:25:24 -07:00
parent 77cf4a880c
commit 335053eb68
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ let rec tyspec_to_str (ts:tyspec) : string =
fmt_cbb ff;
| TYSPEC_tuple tvs ->
fmt ff "(";
fmt ff "tuple (";
fmt_tvs ff tvs;
fmt ff ")";