index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
bugs
/
closed
/
bug_9527.v
blob: e08d194c6cb69aa6cabf2ed1e7cfe60e04d810d5 (
plain
)
1
Fail
Check
fix
f
(
x
:
nat
)
:=
(
let
x
:=
(
f
x
)
in
f
0
).