doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Tue, 05 Jul 2011 11:45:48 +0200
changeset 43666 7be2e51928cb
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
clarified cancel_execution/await_cancellation;

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

setup {* Antiquote_Setup.setup *}

end