src/Pure/codegen.ML
changeset 29105 8f38bf68d42e
parent 28674 08a77c495dc1
child 29266 4a478f9d2847
--- a/src/Pure/codegen.ML	Mon Dec 15 09:58:44 2008 +0100
+++ b/src/Pure/codegen.ML	Mon Dec 15 09:58:45 2008 +0100
@@ -1025,8 +1025,6 @@
 
 val setup = add_codegen "default" default_codegen
   #> add_tycodegen "default" default_tycodegen
-  #> Value.add_evaluator ("SML", eval_term o ProofContext.theory_of)
-  #> Quickcheck.add_generator ("SML", test_term)
   #> Code.add_attribute ("unfold", Scan.succeed (Thm.declaration_attribute
        (fn thm => Context.mapping (add_unfold thm #> Code.add_inline thm) I)))
   #> add_preprocessor unfold_preprocessor;