]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/tests/match07.cic
added regtest for optional inductive type on mutcase
[helm.git] / helm / gTopLevel / tests / match07.cic
1 [\lambda x:bool. nat]
2 match true with
3 [ true \Rightarrow O
4 | false \Rightarrow (S O) ]