doc-src/IsarImplementation/Thy/Base.thy
author blanchet
Tue, 19 Apr 2011 14:38:38 +0200
changeset 42418 508acf776ebf
parent 40110 93e7935d4cb5
child 43564 9864182c6bad
permissions -rw-r--r--
avoid relying on "Thm.definitionK" to pick up definitions -- this was an old hack related to locales (to avoid expanding locale constants to their low-level definition) that is no longer necessary

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

end