doc-src/Intro/bool.thy
author bulwahn
Wed, 31 Mar 2010 16:44:41 +0200
changeset 36057 ca6610908ae9
parent 32960 69916a850301
permissions -rw-r--r--
adding MREC induction rule in Imperative HOL

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