doc-src/Intro/bool.thy
author huffman
Thu, 28 May 2009 17:09:51 -0700
changeset 31290 f41c023d90bc
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
define dist for products

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