doc-src/Intro/bool.thy
author wenzelm
Wed, 07 May 2008 12:38:55 +0200
changeset 26840 ec46381f149d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added logic-specific sessions;

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