doc-src/System/Thy/Base.thy
author wenzelm
Fri, 04 Nov 2011 17:19:33 +0100
changeset 45340 98ec8b51af9c
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);

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

setup {* Antiquote_Setup.setup *}

declare [[thy_output_source]]

end