doc-src/Intro/bool.thy
author kleing
Mon, 14 Jul 2003 14:44:06 +0200
changeset 14110 c45c94fa16f4
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
use Library.Some/None instead of just Some/None in generated quickcheck code

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