doc-src/IsarImplementation/Thy/Base.thy
author bulwahn
Fri, 18 Nov 2011 13:50:01 +0100
changeset 45577 33b964e117bd
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
adding another example for lifting definitions

theory Base
imports Main
uses "../../antiquote_setup.ML"
begin

setup {* Antiquote_Setup.setup *}

end