doc-src/Intro/bool.thy
author wenzelm
Mon, 09 Apr 2012 17:38:39 +0200
changeset 47405 559b44b5164c
parent 32960 69916a850301
permissions -rw-r--r--
tuned;

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