doc-src/Intro/bool.thy
author nipkow
Mon, 01 Jul 2002 12:50:35 +0200
changeset 13261 a0460a450cf9
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed problem with linear arith.

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