Improve logging in type.
This commit is contained in:
parent
77cf4a880c
commit
335053eb68
|
@ -125,7 +125,7 @@ let rec tyspec_to_str (ts:tyspec) : string =
|
||||||
fmt_cbb ff;
|
fmt_cbb ff;
|
||||||
|
|
||||||
| TYSPEC_tuple tvs ->
|
| TYSPEC_tuple tvs ->
|
||||||
fmt ff "(";
|
fmt ff "tuple (";
|
||||||
fmt_tvs ff tvs;
|
fmt_tvs ff tvs;
|
||||||
fmt ff ")";
|
fmt ff ")";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue