doc-src/Intro/bool.thy
author paulson
Wed, 28 Jun 2000 10:58:06 +0200
changeset 9175 6f8499d86d4f
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
finally theory Bin (the integers) is included

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