doc-src/Intro/bool.thy
author nipkow
Sun, 17 Jun 2007 18:47:03 +0200
changeset 23413 5caa2710dd5b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned laws for cancellation in divisions for fields.

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