doc-src/Intro/bool.thy
author wenzelm
Thu, 29 Mar 2012 22:43:50 +0200
changeset 47199 15ede9f1da3f
parent 32960 69916a850301
permissions -rw-r--r--
more specific notion of partiality (cf. Scala version);

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