doc-src/Intro/bool.thy
author haftmann
Fri, 13 Aug 2010 13:43:55 +0200
changeset 38404 a461dd80f83c
parent 32960 69916a850301
permissions -rw-r--r--
ditem

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