doc-src/Intro/bool.thy
author webertj
Wed, 26 Jul 2006 19:23:04 +0200
changeset 20217 25b068a99d2b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
linear arithmetic splits certain operators (e.g. min, max, abs)

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