doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Sun, 19 Aug 2012 17:45:07 +0200
changeset 48932 c6e679443adc
parent 48891 c0eafbd55de3
permissions -rw-r--r--
actual use of (sos remote_csdp) via ISABELLE_FULL_TEST;

theory Base
imports Main
begin

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

end