doc-src/Intro/bool.thy
author blanchet
Wed, 17 Mar 2010 09:14:43 +0100
changeset 35807 e4d1b5cbd429
parent 32960 69916a850301
permissions -rw-r--r--
added support for "specification" and "ax_specification" constructs to Nitpick

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