doc-src/Intro/bool.thy
author haftmann
Tue, 26 Oct 2010 14:11:34 +0200
changeset 40186 fe4a58419d46
parent 32960 69916a850301
permissions -rw-r--r--
partial_function is a declaration command

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