doc-src/Intro/bool.thy
author wenzelm
Fri, 03 Jul 1998 18:05:03 +0200
changeset 5126 01cbf154d926
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
theory Main includes everything;

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