]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/tests/match05.cic
* split evil let definition (ic, oc) = ... into two subsequent
[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) ]