src/Pure/Proof/reconstruct.ML
changeset 26328 b2d6f520172c
parent 25246 584d8f2e1fc9
child 26939 1035c89b4c02
--- a/src/Pure/Proof/reconstruct.ML	Wed Mar 19 07:20:31 2008 +0100
+++ b/src/Pure/Proof/reconstruct.ML	Wed Mar 19 07:20:32 2008 +0100
@@ -68,7 +68,7 @@
     Sign.string_of_typ thy T ^ "\n\n" ^ Sign.string_of_typ thy U);
 
 fun chaseT (env as Envir.Envir {iTs, ...}) (T as TVar ixnS) =
-      (case Type.lookup (iTs, ixnS) of NONE => T | SOME T' => chaseT env T')
+      (case Type.lookup iTs ixnS of NONE => T | SOME T' => chaseT env T')
   | chaseT _ T = T;
 
 fun infer_type thy (env as Envir.Envir {maxidx, asol, iTs}) Ts vTs