summaryrefslogtreecommitdiff
path: root/limbo
diff options
context:
space:
mode:
Diffstat (limited to 'limbo')
-rw-r--r--limbo/stubs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/limbo/stubs.c b/limbo/stubs.c
index 3c174e4a..7d951c63 100644
--- a/limbo/stubs.c
+++ b/limbo/stubs.c
@@ -493,6 +493,8 @@ ctprint(char *buf, char *end, Type *t)
case Tfix:
case Tpoly:
return seprint(buf, end, "%s", ckindname[t->kind]);
+ case Tadtpick:
+ return ctprint(buf, end, t->decl->dot->ty);
case Tadt:
case Ttuple:
if(t->decl->sym != anontupsym)