doc-src/Intro/bool.thy
author kuncar
Wed, 30 Nov 2011 11:36:46 +0100
changeset 45690 e903a390370c
parent 32960 69916a850301
permissions -rw-r--r--
removed outdated comment

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