From: Nicole Rauch <rauch@informatik.uni-kl.de>
Hello all,
while it is possible to access most consts via the fully qualified
access Theoryname.constname, this is not possible for (at least) True
and False as defined in HOL.thy. (I.e. if I write HOL.True I get "No
such constant: HOL.True".)
Is there a reason for this strange exception?
Thanks in advance,
Nicole
From: nipkow@in.tum.de
HOL.True
At the time when Markus introduced qualified names, we decided that the most
frequently used names would not become qualified (for backward compatibility
with existig ML code). This is why HOL.thy has the directive "gobal" right at
the beginning.
Tobias
Last updated: Nov 21 2024 at 12:39 UTC