doc-src/Intro/bool.thy
author huffman
Thu, 08 Jan 2009 10:07:39 -0800
changeset 29407 5ef7e97fd9e4
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
move lemmas mult_minus{left,right} inside class ring

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