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_13241_2.v
blob: b82f36ed6f741967263ab70fd3bf7ffede146227 (
plain
)
1
2
3
4
5
Ltac
a
_
:=
intro
.
Ltac
b
:=
a
().
Goal
True
.
b
.
Abort
.