doc-src/Intro/bool.thy
author huffman
Thu, 19 Mar 2009 08:13:10 -0700
changeset 30598 eb827cd69fd3
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
add lemma det_diagonal; remove wellorder requirement on several lemmas

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