log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Papers
>
2021
>
soto-prosym
annotate Paper/src/function.agda @ 0:
c59202657321
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
init
author
soto <soto@cr.ie.u-ryukyu.ac.jp>
date
Tue, 02 Nov 2021 06:55:58 +0900
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
c59202657321
init
soto <soto@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
1
_-_ :ℕ →ℕ →ℕ
c59202657321
init
soto <soto@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
2
x - zero = x
c59202657321
init
soto <soto@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
3
zero - _ = zero
c59202657321
init
soto <soto@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
4
(suc x) - (suc y) = x - y