doc-src/IsarImplementation/Thy/Base.thy
author kuncar
Fri, 09 Dec 2011 14:22:05 +0100
changeset 45799 7fa9410c746a
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
added an example file with lifting of constants with contravariant and co/contravariant types

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

setup {* Antiquote_Setup.setup *}

end