doc-src/Intro/bool.thy
author wenzelm
Thu, 03 Apr 2008 18:42:36 +0200
changeset 26538 d65504ffb47d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.;

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