dropped superfluos eval_conv
authorhaftmann
Thu, 13 Nov 2008 15:59:36 +0100
changeset 28743 eda4a5f64f2e
parent 28742 07073b1087dd
child 28744 9257bb7bcd2d
dropped superfluos eval_conv
src/Tools/code/code_ml.ML
--- a/src/Tools/code/code_ml.ML	Thu Nov 13 15:59:33 2008 +0100
+++ b/src/Tools/code/code_ml.ML	Thu Nov 13 15:59:36 2008 +0100
@@ -7,8 +7,6 @@
 
 signature CODE_ML =
 sig
-  val eval_conv: string * (unit -> thm) option ref
-    -> theory -> cterm -> string list -> thm
   val eval_term: string * (unit -> 'a) option ref
     -> theory -> term -> string list -> 'a
   val setup: theory -> theory
@@ -905,7 +903,6 @@
       in ML_Context.evaluate ctxt Output.ml_output false reff sml_code end;
   in eval'' thy (rpair eval') ct end;
 
-fun eval_conv reff = eval Code_Thingol.eval_conv Thm.term_of reff;
 fun eval_term reff = eval Code_Thingol.eval_term I reff;