]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicTypeChecker.ml
Universes speedup:
[helm.git] / helm / ocaml / cic_proof_checking / cicTypeChecker.ml
index a44c63469916549214738b1620eeba27eaf380ae..951f68dbd84b28043a100fe3c72c114d4f5927a7 100644 (file)
@@ -44,7 +44,7 @@ let debug t context =
    raise (TypeCheckerFailure (lazy (List.fold_right debug_aux (t::context) "")))
 ;;
 
-let debug_print = fun _ -> () ;;
+let debug_print = fun _ -> ();;
 
 let rec split l n =
  match (l,n) with