doc-src/Intro/bool.thy
author blanchet
Wed, 17 Mar 2010 12:21:54 +0100
changeset 35809 1ed86128316c
parent 32960 69916a850301
permissions -rw-r--r--
document "nitpick_choice_spec" attribute

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