src/HOL/Tools/Qelim/qelim.ML
changeset 38795 848be46708dc
parent 38786 e46e7a9cb622
child 38864 4abe644fcea5
--- a/src/HOL/Tools/Qelim/qelim.ML	Fri Aug 27 10:55:20 2010 +0200
+++ b/src/HOL/Tools/Qelim/qelim.ML	Fri Aug 27 10:56:46 2010 +0200
@@ -25,7 +25,7 @@
    case (term_of p) of
     Const(s,T)$_$_ => 
        if domain_type T = HOLogic.boolT
-          andalso member (op =) [@{const_name "op &"}, @{const_name "op |"},
+          andalso member (op =) [@{const_name HOL.conj}, @{const_name HOL.disj},
             @{const_name HOL.implies}, @{const_name "op ="}] s
        then binop_conv (conv env) p 
        else atcv env p