]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/tests/match05.cic
Bug fixed: "cic:/dummy_i" is an invalid URI (that used to be erroneously accepted...
[helm.git] / helm / gTopLevel / tests / match05.cic
1 [\lambda x:list. list]
2 match nil:list with
3 [ nil \Rightarrow nil
4 | (cons x y) \Rightarrow (cons x y) ]