]> matita.cs.unibo.it Git - helm.git/commitdiff
Debugging code commented out.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 20 Jul 2005 16:25:32 +0000 (16:25 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 20 Jul 2005 16:25:32 +0000 (16:25 +0000)
helm/ocaml/cic_proof_checking/cicElim.ml

index 869d5d08b9fccea8021c85a9418c0672ad4d5460..e3fca907dd562f494a479333400c33ef069f08b8 100644 (file)
@@ -28,9 +28,8 @@ open Printf
 exception Elim_failure of string
 exception Can_t_eliminate
 
-(* 
-let debug_print = fun _ -> () *)
-let debug_print = prerr_endline 
+let debug_print = fun _ -> ()
+(*let debug_print = prerr_endline *)
 
 let counter = ref ~-1 ;;
 
@@ -367,14 +366,18 @@ let elim_of ?(sort = Cic.Type (CicUniv.fresh ())) uri typeno =
         in
         add_params (fun b s t -> Cic.Lambda (b, s, t)) leftno ty cic
       in
+(*
 debug_print (CicPp.ppterm eliminator_type);
 debug_print (CicPp.ppterm eliminator_body);
+*)
       let eliminator_type = 
        FreshNamesGenerator.mk_fresh_names [] [] [] eliminator_type in
       let eliminator_body = 
        FreshNamesGenerator.mk_fresh_names [] [] [] eliminator_body in
+(*
 debug_print (CicPp.ppterm eliminator_type);
 debug_print (CicPp.ppterm eliminator_body);
+*)
       let (computed_type, ugraph) =
         try
           CicTypeChecker.type_of_aux' [] [] eliminator_body CicUniv.empty_ugraph