Mercurial
Mercurial
>
repos
>
isabelle
/ file revision
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
.
src/FOL/ex/If.thy
author
paulson
Thu, 26 Sep 1996 16:12:25 +0200
changeset 2035
e329b36d9136
parent 1322
9b3d3362a048
child 14151
b8bb6a6a2c46
permissions
-rw-r--r--
Ran expandshort; used stac instead of ssubst
If = FOL +
consts if :: [o,o,o]=>o
rules
if_def "if(P,Q,R) == P&Q | ~P&R"
end