doc-src/Intro/bool.thy
author wenzelm
Fri, 17 Aug 2012 21:16:13 +0200
changeset 48855 a7d0b9e349ec
parent 32960 69916a850301
permissions -rw-r--r--
tuned;

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