doc-src/IsarImplementation/Thy/Base.thy
author haftmann
Sat, 24 Dec 2011 15:53:10 +0100
changeset 45970 b6d0cff57d96
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
adjusted to set/pred distinction by means of type constructor `set`

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

setup {* Antiquote_Setup.setup *}

end