fixed error msg
authorpaulson
Tue, 01 Sep 1998 10:10:27 +0200
changeset 5411 7a43b484f6d2
parent 5410 5ed7547a7f74
child 5412 0c2472c74c24
fixed error msg
src/Provers/blast.ML
--- a/src/Provers/blast.ML	Tue Sep 01 10:10:11 1998 +0200
+++ b/src/Provers/blast.ML	Tue Sep 01 10:10:27 1998 +0200
@@ -1196,7 +1196,7 @@
 				Var (hdvar(!alistVar)))
 		     | Some(v,is) => if is=bounds ts then Var v
 			    else raise TRANS
-				("Discrepancy among occurrences of ?"
+				("Discrepancy among occurrences of "
 				 ^ Syntax.string_of_vname ix))
 	    | Term.Abs (a,_,body) => 
 		  if null ts then Abs(a, from (lev+1) body)