doc-src/Intro/bool.thy
author paulson
Fri, 23 Jul 1999 17:27:12 +0200
changeset 7074 e0730ffaafcc
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
zadd_ac and zmult_ac are no longer included by default

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