doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Mon, 27 Feb 2012 17:13:25 +0100
changeset 46712 8650d9a95736
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
prefer final ADTs -- prevent ooddities;

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

setup {* Antiquote_Setup.setup *}

end