src/HOL/ex/predicate_compile.ML
changeset 31556 ac0badf13d93
parent 31554 a6c6bf2751a0
parent 31551 995d6b90e9d6
child 31574 3517d6e6a250
--- a/src/HOL/ex/predicate_compile.ML	Thu Jun 11 12:50:20 2009 +0200
+++ b/src/HOL/ex/predicate_compile.ML	Thu Jun 11 14:25:58 2009 +0200
@@ -1445,13 +1445,15 @@
 (* TODO: must create state to prove multiple cases *)
 fun generic_code_pred prep_const raw_const lthy =
   let
+  
     val thy = ProofContext.theory_of lthy
     val const = prep_const thy raw_const
+    
     val lthy' = LocalTheory.theory (PredData.map (Graph.extend (dependencies_of thy) const)) lthy
       |> LocalTheory.checkpoint
     val thy' = ProofContext.theory_of lthy'
     val preds = Graph.all_preds (PredData.get thy') [const] |> filter_out (has_elim thy')
-    val _ = Output.tracing ("preds: " ^ commas preds)
+    
     fun mk_cases const =
       let
         val nparams = nparams_of thy' const