doc-src/System/Thy/Base.thy
author hoelzl
Tue, 19 Jul 2011 14:37:49 +0200
changeset 43922 c6f35921056e
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
add nat => enat coercion

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

setup {* Antiquote_Setup.setup *}

declare [[thy_output_source]]

end