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
.
doc-src/IsarImplementation/Thy/Base.thy
author
blanchet
Sun, 04 Mar 2012 23:20:43 +0100
changeset 46818
2a28e66e2e4c
parent 43564
9864182c6bad
child 48891
c0eafbd55de3
permissions
-rw-r--r--
ensure no abstractions leak through after lambda-lifting (for formulas with higher-order occurrences of quantifiers)
theory Base
imports Main
uses "../../antiquote_setup.ML"
begin
setup {* Antiquote_Setup.setup *}
end