doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Wed, 09 Nov 2011 22:43:14 +0100
changeset 45432 12cc89f1eb0c
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
clarified singleton_fixate: intersection with supersort is identity, only replace actual type inference parameters; tuned reject_other, after_infer_fixate;

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

setup {* Antiquote_Setup.setup *}

end