doc-src/Intro/bool.thy
author wenzelm
Sat, 28 Jun 2008 21:21:21 +0200
changeset 27386 d10ec4969b9f
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
allow overlap of minor keywords and commands;

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