doc-src/Intro/bool.thy
author hoelzl
Tue, 11 May 2010 19:21:05 +0200
changeset 36844 5f9385ecc1a7
parent 32960 69916a850301
permissions -rw-r--r--
Removed usage of normalizating locales.

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