doc-src/Intro/bool.thy
author krauss
Sat, 25 Dec 2010 22:18:55 +0100
changeset 41403 7eba049f7310
parent 32960 69916a850301
permissions -rw-r--r--
partial_function (tailrec) replaces function (tailrec); dropped unnecessary domain reasoning; curried polydivide_aux

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