doc-src/Intro/bool.thy
author wenzelm
Sat, 04 Feb 2012 14:25:14 +0100
changeset 46286 7233d0521c43
parent 32960 69916a850301
permissions -rw-r--r--
more refs;

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