doc-src/Intro/bool.thy
author wenzelm
Fri, 03 Aug 2007 22:33:09 +0200
changeset 24150 ed724867099a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
sort indexes according to symbolic update_time (multithreading-safe);

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