doc-src/Intro/bool.thy
author wenzelm
Wed, 20 Oct 1999 11:05:06 +0200
changeset 7886 8fa551e22e52
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
the settings environment is now statically scoped; tuned;

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