doc-src/Intro/bool.thy
author nipkow
Mon, 04 Aug 1997 11:50:35 +0200
changeset 3586 2ee1ed79c802
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added a take/dropWhile lemma.

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