doc-src/Intro/bool.thy
author wenzelm
Tue, 21 Feb 2012 13:10:13 +0100
changeset 46563 0ad69b30b39c
parent 32960 69916a850301
permissions -rw-r--r--
updated generated files (cf. 8d51b375e926);

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