doc-src/Intro/bool.thy
author wenzelm
Fri, 23 Dec 2005 15:16:48 +0100
changeset 18499 567370efb6d7
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added mk_conjunction_list2;

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