doc-src/Intro/bool.thy
author oheimb
Wed, 18 Feb 1998 18:42:54 +0100
changeset 4633 d4a074973715
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
corrected problem with auto_tac: now uses a variant of depth_tac that avoids interference of the simplifier with dup_step_tac

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