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_3467.v
blob: 88ae030578e2df8997f6c809f992a4cb63aa7934 (
plain
)
1
2
3
4
5
6
Module
foo
.
Notation
x
:=
ltac:
(
exact
I
).
End
foo
.
Module
bar
.
Include
foo
.
End
bar
.