aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMaxime Dénès2018-02-12 09:54:57 +0100
committerMaxime Dénès2018-02-12 11:00:10 +0100
commit07e861c1792fcc3bde091640ee5e42b398cfa6da (patch)
tree12e319c4fd32a1b1af9055ba2e3136d583eb1145 /dev
parentc9f3a6cbe5c410256fe88580019f5c7183bab097 (diff)
Add test case for #6677.
Diffstat (limited to 'dev')
-rw-r--r--dev/vm_printers.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/vm_printers.ml b/dev/vm_printers.ml
index b410d017d0..f819d2e6a9 100644
--- a/dev/vm_printers.ml
+++ b/dev/vm_printers.ml
@@ -61,7 +61,7 @@ and ppstack s =
and ppatom a =
match a with
| Aid idk -> print_idkey idk
- | Atype (u,l) -> print_string "Type(...)"
+ | Atype u -> print_string "Type(...)"
| Aind(sp,i) -> print_string "Ind(";
print_string (MutInd.to_string sp);
print_string ","; print_int i;