doc-src/IsarImplementation/Thy/Base.thy
author blanchet
Fri, 01 Jul 2011 15:53:38 +0200
changeset 43627 ecd4bb7a8bc0
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets

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

setup {* Antiquote_Setup.setup *}

end