doc-src/Intro/bool.thy
author wenzelm
Sat, 17 May 2008 13:54:30 +0200
changeset 26928 ca87aff1ad2d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
structure Display: less pervasive operations;

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