# HG changeset patch # User berghofe # Date 1223650775 -7200 # Node ID 1322990e4ee7453ced58975c7c54010d53d4a747 # Parent 0c7b32341ca2bafdc3b44ac1d1131391fc2ee840 New theory for installing antiquotations. diff -r 0c7b32341ca2 -r 1322990e4ee7 CookBook/Base.thy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CookBook/Base.thy Fri Oct 10 16:59:35 2008 +0200 @@ -0,0 +1,9 @@ +theory Base +imports Main +uses + "antiquote_setup.ML" + "chunks.ML" + "antiquote_setup_plus.ML" +begin + +end