doc-src/Intro/bool.thy
author krauss
Fri, 27 May 2011 21:11:44 +0200
changeset 43042 0f9534b7ea75
parent 32960 69916a850301
permissions -rw-r--r--
function tutorial: do not omit termination proof, even when discussing other things

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