src/HOL/Integ/reflected_cooper.ML
changeset 20713 823967ef47f1
parent 19826 4499a73efb1c
child 21278 9442e9d75ada
--- a/src/HOL/Integ/reflected_cooper.ML	Tue Sep 26 13:34:15 2006 +0200
+++ b/src/HOL/Integ/reflected_cooper.ML	Tue Sep 26 13:34:16 2006 +0200
@@ -13,8 +13,8 @@
 	Free(xn,xT) => (case AList.lookup (op =) vs t of 
 			   NONE   => error "Variable not found in the list!!"
 			 | SOME n => Var n)
-      | Const("0",iT) => Cst 0
-      | Const("1",iT) => Cst 1
+      | Const("HOL.zero",iT) => Cst 0
+      | Const("HOL.one",iT) => Cst 1
       | Bound i => Var (nat (IntInf.fromInt i))
       | Const("HOL.uminus",_)$t' => Neg (i_of_term vs t')
       | Const ("HOL.plus",_)$t1$t2 => Add (i_of_term vs t1,i_of_term vs t2)