doc-src/Intro/bool.thy
author krauss
Tue, 31 May 2011 11:16:52 +0200
changeset 43083 df41a5762c3d
parent 32960 69916a850301
permissions -rw-r--r--
generate raw induction rule as instance of generic rule with careful treatment of currying

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