doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Thu, 23 Aug 2012 19:57:55 +0200
changeset 48912 ffdb37019b2f
parent 48891 c0eafbd55de3
permissions -rw-r--r--
improved errors of parser combinators;

theory Base
imports Main
begin

ML_file "../../antiquote_setup.ML"
setup {* Antiquote_Setup.setup *}

end