doc-src/Intro/bool.thy
author wenzelm
Sat, 03 Sep 2005 21:46:16 +0200
changeset 17254 6c7ad5e0d200
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned;

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