doc-src/Intro/bool.thy
author nipkow
Fri, 17 May 1996 16:22:23 +0200
changeset 1749 8968b2096011
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added missing default clause | top_const _ = None;

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