doc-src/Intro/bool.thy
author wenzelm
Tue, 16 Feb 2010 20:41:52 +0100
changeset 35149 eee63670b5aa
parent 32960 69916a850301
permissions -rw-r--r--
simplified/clarified record print translations;

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