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
/
3467.v
blob: 7e37116249715f9f6b53a193d933576a25524fe3 (
plain
)
1
2
3
4
5
6
Module
foo
.
Notation
x
:=
$
(
exact
I
)
$
.
End
foo
.
Module
bar
.
Include
foo
.
End
bar
.