]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/tests/match05.cic
ocaml 3.09 transition
[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) ]