summaryrefslogtreecommitdiff
path: root/src/monoize.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/monoize.sml')
-rw-r--r--src/monoize.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monoize.sml b/src/monoize.sml
index fe360d75..ba9c2087 100644
--- a/src/monoize.sml
+++ b/src/monoize.sml
@@ -98,6 +98,9 @@ fun monoType env =
| L.CConcat _ => poly ()
| L.CFold _ => poly ()
| L.CUnit => poly ()
+
+ | L.CTuple _ => poly ()
+ | L.CProj _ => poly ()
end
in
mt env IM.empty