Mercurial
Mercurial
>
repos
>
isabelle
/ annotate
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
clasohm
Tue, 24 Oct 1995 14:45:35 +0100
changeset 1294
1358dc040edb
parent 0
a5a9c433f639
permissions
-rw-r--r--
added calls of init_html and make_chart; added usage of qed
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
0
a5a9c433f639
Initial revision
clasohm
parents:
diff
changeset
1
If = FOL +
a5a9c433f639
Initial revision
clasohm
parents:
diff
changeset
2
consts if :: "[o,o,o]=>o"
a5a9c433f639
Initial revision
clasohm
parents:
diff
changeset
3
rules
a5a9c433f639
Initial revision
clasohm
parents:
diff
changeset
4
if_def "if(P,Q,R) == P&Q | ~P&R"
a5a9c433f639
Initial revision
clasohm
parents:
diff
changeset
5
end