doc-src/Intro/bool.thy
author huffman
Thu, 04 Jun 2009 14:32:00 -0700
changeset 31445 c8a474a919a7
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
generalize norm method to work over class real_normed_vector

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