index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
failure
/
Case10.v
blob: ee47544dffdb8171c4459b07aae41c837a58e61d (
plain
)
1
Type
[
x:
nat
]
<
nat
>
Cases
x
of
((
S
x
)
as
b
)
=>
(
S
b
)
end
.