doc-src/Intro/bool.thy
author wenzelm
Mon, 04 Oct 1999 21:48:23 +0200
changeset 7707 1f4b67fdfdae
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
simprocs now in IntArith;

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