tuned names
authorhaftmann
Thu, 09 Dec 2010 17:25:43 +0100
changeset 41101 c1d1ec5b90f1
parent 41100 6c0940392fb4
child 41102 3933a73dbcb3
tuned names
src/Tools/Code/code_runtime.ML
--- a/src/Tools/Code/code_runtime.ML	Thu Dec 09 17:25:43 2010 +0100
+++ b/src/Tools/Code/code_runtime.ML	Thu Dec 09 17:25:43 2010 +0100
@@ -92,7 +92,7 @@
 fun base_evaluator cookie serializer (naming : Code_Thingol.naming) thy program ((vs, ty), t) deps args =
   let
     val ctxt = ProofContext.init_global thy;
-    val _ = if Code_Thingol.contains_dictvar t then
+    val _ = if Code_Thingol.contains_dict_var t then
       error "Term to be evaluated contains free dictionaries" else ();
     val v' = Name.variant (map fst vs) "a";
     val vs' = (v', []) :: vs