doc-src/IsarImplementation/Thy/Base.thy
author bulwahn
Tue, 08 May 2012 14:31:03 +0200
changeset 47893 4cf901b1089a
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
specialised fact in the Record theory should not be appear in proofs discovered by sledgehammer

theory Base
imports Main
uses "../../antiquote_setup.ML"
begin

setup {* Antiquote_Setup.setup *}

end