doc-src/Intro/bool.thy
author wenzelm
Fri, 23 Jul 2010 18:42:46 +0200
changeset 37948 94e9302a7fd0
parent 32960 69916a850301
permissions -rw-r--r--
merged

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