doc-src/Intro/bool.thy
author wenzelm
Thu, 29 Oct 2009 16:05:51 +0100
changeset 33307 44af0fab4b10
parent 32960 69916a850301
permissions -rw-r--r--
Named_Thms is not scalable;

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