doc-src/Intro/bool.thy
author wenzelm
Fri, 27 Aug 2010 17:11:29 +0200
changeset 38806 0aafc7e81056
parent 32960 69916a850301
permissions -rw-r--r--
more appropriate name for configuration option "meson_max_clauses" (cf. output of 'pront_configs');

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