doc-src/Intro/bool.thy
author wenzelm
Tue, 03 Jun 2008 14:04:51 +0200
changeset 27067 f8a7aff41acb
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
some reorganization and fine-tuning;

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