doc-src/Intro/bool.thy
author berghofe
Wed, 07 May 2008 10:59:24 +0200
changeset 26814 b3e8d5ec721d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Replaced + and * on sets by \<oplus> and \<otimes>, to avoid clash with definitions of + and * on functions.

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