doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Sat, 28 Jul 2012 20:27:39 +0200
changeset 48588 23456b2a769d
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
added Quickcheck_Benchmark (cf. 1959baa22632);

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

setup {* Antiquote_Setup.setup *}

end