index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
output
/
ErrorLocation_ltac_2.v
blob: c3a9bd626a49fbbe55836eabec0409b5b745235c (
plain
)
1
2
3
4
Ltac
f
:=
fail
.
Goal
False
.
idtac
;
f
.
Abort
.