renamed ProofContext.read_const' to ProofContext.read_const_proper;
authorwenzelm
Thu, 08 Nov 2007 14:51:31 +0100
changeset 253467f2e3292e3dd
parent 25345 dd5b851f8ef0
child 25347 297e2520ee82
renamed ProofContext.read_const' to ProofContext.read_const_proper;
src/Pure/ML/ml_context.ML
     1.1 --- a/src/Pure/ML/ml_context.ML	Thu Nov 08 14:51:30 2007 +0100
     1.2 +++ b/src/Pure/ML/ml_context.ML	Thu Nov 08 14:51:31 2007 +0100
     1.3 @@ -241,7 +241,7 @@
     1.4  val _ = inline_antiq "type_syntax" (type_ true);
     1.5  
     1.6  fun const syn = (Scan.state >> Context.proof_of) -- Scan.lift Args.name >> (fn (ctxt, c) =>
     1.7 -  #1 (Term.dest_Const (ProofContext.read_const' ctxt c))
     1.8 +  #1 (Term.dest_Const (ProofContext.read_const_proper ctxt c))
     1.9    |> syn ? ProofContext.const_syntax_name ctxt
    1.10    |> ML_Syntax.print_string);
    1.11