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