doc-src/Intro/bool.thy
author wenzelm
Mon, 30 Aug 2010 20:11:21 +0200
changeset 38877 682c4932b3cc
parent 32960 69916a850301
permissions -rw-r--r--
Command.newlines: account for physical newlines;

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