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
nipkow
Mon, 06 Dec 1993 17:05:10 +0100
changeset 189
831a9a7ab9f3
parent 0
a5a9c433f639
permissions
-rw-r--r--
added rep_tsig
If = FOLP +
consts if :: "[o,o,o]=>o"
rules
if_def "if(P,Q,R) == P&Q | ~P&R"
end