doc-src/System/Thy/Base.thy
author wenzelm
Fri, 24 Aug 2012 13:05:14 +0200
changeset 48919 aaca64a7390c
parent 48891 c0eafbd55de3
permissions -rw-r--r--
some markup for inlined files;

theory Base
imports Pure
begin

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

declare [[thy_output_source]]

end