aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/boot/me/type.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/type.ml b/src/boot/me/type.ml
index 4969d86e..69010fdf 100644
--- a/src/boot/me/type.ml
+++ b/src/boot/me/type.ml
@@ -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) ->