doc-src/Intro/bool.thy
author wenzelm
Wed, 06 Jul 2005 10:41:46 +0200
changeset 16712 c7d1c79d921c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned write: use File.write_list;

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