Fix formatting string.

This commit is contained in:
Graydon Hoare 2010-06-30 14:51:03 -07:00
parent 0ac6be85a9
commit 9fb3e128da

View file

@ -107,7 +107,7 @@ let rec tyspec_to_str (ts:tyspec) : string =
fmt_tyspec ff (!tv)
| TYSPEC_exterior tv ->
fmt ff "@";
fmt ff "@@";
fmt_tyspec ff (!tv)
| TYSPEC_callable (out, ins) ->