doc-src/Intro/bool.thy
author haftmann
Tue, 29 Jul 2008 08:15:38 +0200
changeset 27689 268a7d02cf7a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
declare

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