author | nipkow |
Thu, 18 Oct 2012 15:40:02 +0200 | |
changeset 49920 | 26a0263f9f46 |
parent 49919 | 54ec43352eb1 |
child 49921 | 073d69478207 |
child 49925 | 18af317f393a |
--- a/src/HOL/IMP/BExp.thy Thu Oct 18 15:10:49 2012 +0200 +++ b/src/HOL/IMP/BExp.thy Thu Oct 18 15:40:02 2012 +0200 @@ -80,7 +80,7 @@ value "bsimp (And (Less (N 0) (N 1)) b)" -value "bsimp (And (Less (N 1) (N 0)) (B True))" +value "bsimp (And (Less (N 1) (N 0)) (Bc True))" theorem "bval (bsimp b) s = bval b s" apply(induction b)