doc-src/Intro/bool.thy
author paulson
Mon, 02 Sep 2002 12:25:19 +0200
changeset 13554 4679359bb218
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added missing rewrite rule and some arith examples

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