doc-src/Intro/bool.thy
author bulwahn
Wed, 31 Mar 2010 16:44:41 +0200
changeset 36055 537876d0fa62
parent 32960 69916a850301
permissions -rw-r--r--
adding examples of function predicate replacement and arithmetic examples for the predicate compiler; tuned

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