doc-src/Intro/bool.thy
author haftmann
Sun, 23 Jul 2006 07:19:36 +0200
changeset 20183 fd546b0c8a7c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
major simplifications for integers

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