gopdt
[clean-tests.git] / type-restrictions / test.icl
diff --git a/type-restrictions/test.icl b/type-restrictions/test.icl
new file mode 100644 (file)
index 0000000..5ab2080
--- /dev/null
@@ -0,0 +1,8 @@
+module test
+
+import StdEnv
+
+:: T a = T a & toString a
+
+Start :: T (T Int)
+Start = T (T 42)