]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/match07.cic
added regtest for optional inductive type on mutcase
[helm.git] / helm / gTopLevel / tests / match07.cic
diff --git a/helm/gTopLevel/tests/match07.cic b/helm/gTopLevel/tests/match07.cic
new file mode 100644 (file)
index 0000000..15ead07
--- /dev/null
@@ -0,0 +1,4 @@
+[\lambda x:bool. nat]
+match true with
+[ true \Rightarrow O
+| false \Rightarrow (S O) ]