doc-src/Intro/bool.thy
author huffman
Wed, 28 Apr 2010 21:39:14 -0700
changeset 36585 f2faab7b46e7
parent 32960 69916a850301
permissions -rw-r--r--
generalize some euclidean space lemmas

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