doc-src/System/Thy/Base.thy
author wenzelm
Fri, 24 Aug 2012 11:03:52 +0200
changeset 48916 f45ccc0d1ace
parent 48891 c0eafbd55de3
permissions -rw-r--r--
clarified syntax boundary cases and errors;

theory Base
imports Pure
begin

ML_file "../../antiquote_setup.ML"
setup Antiquote_Setup.setup

declare [[thy_output_source]]

end