doc-src/Intro/bool.thy
author kleing
Thu, 20 Jun 2002 21:44:54 +0200
changeset 13230 c5fad3c40d45
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fail more gracefully, return proper exit codes, allow preset DISTPREFIX

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