doc-src/Intro/bool.thy
author paulson
Fri, 09 Jul 1999 10:47:42 +0200
changeset 6942 f291292d727c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
more monotonicity laws for times

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