doc-src/Intro/bool.thy
author wenzelm
Wed, 04 Apr 2007 00:11:13 +0200
changeset 22582 f315da9400fb
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
removed obsolete scanwords (see obsolete tactic.ML:rename_tac for its only use);

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