doc-src/Intro/bool.thy
author wenzelm
Wed, 04 Apr 2012 14:00:47 +0200
changeset 47335 693276dcc512
parent 32960 69916a850301
permissions -rw-r--r--
tuned;

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