summaryrefslogtreecommitdiff
path: root/RocqExample.v
blob: 4ce1aec016d2b275d2864ed91e9d8f56945284cd (plain)
1
2
3
4
Inductive term : Type :=
| var (n: nat)
| app (u: term) (v: term)
| lambda (u: term).