doc-src/Intro/bool.thy
author bulwahn
Wed, 20 Jan 2010 18:02:22 +0100
changeset 34952 bd7e347eb768
parent 32960 69916a850301
permissions -rw-r--r--
added registration of equational theorems from prim_rec and rec_def to Spec_Rules

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