index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
output
/
locate.v
blob: af8b0ee193ed5066ca804777aac4c4139ce9697e (
plain
)
1
2
3
Set
Printing
Width
400.
Notation
"b1 && b2"
:=
(
if
b1
then
b2
else
false
).
Locate
"&&"
.