doc-src/Intro/bool.thy
author wenzelm
Tue, 10 Jan 2006 19:33:29 +0100
changeset 18630 69fe387b3b6e
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
generic attributes; added low-level modifiers from Pure/context_rules.ML;

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