doc-src/Intro/bool.thy
author wenzelm
Mon, 27 Jul 2009 17:36:30 +0200
changeset 32230 9f6461b1c9cc
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
interruptible: Thread.testInterrupt before changing thread attributes;

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