doc-src/Intro/bool.thy
author berghofe
Mon, 11 Jun 2001 19:21:13 +0200
changeset 11371 1d5d181b7e28
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Fixed bug in function rebuild.

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