doc-src/Intro/bool.thy
author wenzelm
Thu, 03 Jul 2008 12:53:38 +0200
changeset 27457 a701c0b951d8
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
provide HGRCPATH, taken from cvs/Admin; replaced MERCURIAL by HG, which is also used by Mercurial internally;

Bool = FOL +
types 	bool 0
arities bool 	:: term
consts tt,ff	:: "bool"
end