doc-src/Intro/bool.thy
author nipkow
Thu, 13 Apr 1995 10:20:55 +0200
changeset 1030 1d8fa2fc4b9c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Completely rewrote split_tac. The old one failed in strange circumstances.

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