author | wenzelm |
Thu, 26 Apr 2007 16:39:14 +0200 | |
changeset 22818 | c0695a818c09 |
parent 22817 | 9dfadec17cc4 |
child 22819 | a7b425bb668c |
--- a/src/HOL/IMP/Expr.thy Thu Apr 26 16:39:11 2007 +0200 +++ b/src/HOL/IMP/Expr.thy Thu Apr 26 16:39:14 2007 +0200 @@ -48,8 +48,8 @@ | false | ROp "nat => nat => bool" aexp aexp | noti bexp - | andi bexp bexp (infixl 60) - | ori bexp bexp (infixl 60) + | andi bexp bexp (infixl "andi" 60) + | ori bexp bexp (infixl "ori" 60) subsection "Evaluation of boolean expressions" consts evalb :: "((bexp*state) * bool)set"