doc-src/Intro/bool.thy
author nipkow
Fri, 01 Aug 1997 09:42:19 +0200
changeset 3584 8f9ee0f79d9a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Corected bug in def of dropWhile (also present in Haskell lib!)

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