doc-src/Intro/bool.thy
author wenzelm
Wed, 12 Oct 1994 16:34:00 +0100
changeset 639 c88d56f7f33b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
remove _explode, _implode and trfuns;

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