doc-src/Intro/bool.thy
author wenzelm
Tue, 26 Apr 2005 19:49:39 +0200
changeset 15843 d5bd4a18ce70
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
improved handling of symlinks;

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