doc-src/Intro/bool.thy
author wenzelm
Mon, 17 Jan 2011 22:57:17 +0100
changeset 41605 7d035da21e9c
parent 32960 69916a850301
permissions -rw-r--r--
tuned;

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