doc-src/IsarImplementation/Thy/Base.thy
author bulwahn
Wed, 07 Sep 2011 13:51:37 +0200
changeset 44794 d3fdd0a24e15
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
adapting Imperative HOL serializer to changes of the iterm datatype in the code generator

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

setup {* Antiquote_Setup.setup *}

end