index
:
guix
linode-image-docs
master
rocq-codeberg-pr-v1
rocq-codeberg-pr-v2
rocq-codeberg-pr-v3
rocq-wip
GNU transactional package management, distribution, deployment, and more!
Daniel Rostovtsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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).