Mercurial
Mercurial
>
repos
>
isabelle
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
doc-src/Tutorial/Misc/defs
changeset 15339
a7b603bbc1e6
parent 15338
08519594b0e4
child 15340
cd18d7b73a64
equal
deleted
inserted
replaced
15338:08519594b0e4
15339:a7b603bbc1e6
1
defs nand_def "nand A B == ~(A & B)"
2
exor_def "exor A B == A & ~B | ~A & B"