diff -r e7418f8d49fe -r d468d72a458f doc-src/IsarImplementation/Base.thy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc-src/IsarImplementation/Base.thy Mon Aug 27 17:11:55 2012 +0200 @@ -0,0 +1,8 @@ +theory Base +imports Main +begin + +ML_file "../antiquote_setup.ML" +setup {* Antiquote_Setup.setup *} + +end