doc-src/Intro/bool.thy
author wenzelm
Tue, 10 Jun 2008 19:15:16 +0200
changeset 27123 11fcdd5897dd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
case_tac/induct_tac: use same declarations as cases/induct;

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