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/FOLP/ex/If.thy
author
clasohm
Tue, 04 Oct 1994 13:02:16 +0100
changeset 624
33b9b5da3e6f
parent 0
a5a9c433f639
child 17480
fd19f77dcf60
permissions
-rw-r--r--
made major changes to grammar; added call of Type.infer_types to automatically eliminate ambiguities
If = FOLP +
consts if :: "[o,o,o]=>o"
rules
if_def "if(P,Q,R) == P&Q | ~P&R"
end