]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_extraction/ocaml.ml
Most warnings turned into errors and avoided
[helm.git] / matita / components / ng_extraction / ocaml.ml
index 2ef1afaa02ed987a2ef06f10a334411c0b7c0f92..213db1eb2be03409313e484424387c3e46a40851 100644 (file)
@@ -115,7 +115,7 @@ let pp_fields status r fields =
 (*s Pretty-printing of types. [par] is a boolean indicating whether parentheses
     are needed or not. *)
 
-let rec pp_type status par vl t =
+let pp_type status par vl t =
   let rec pp_rec status par = function
     | Tmeta _ | Tvar' _ | Taxiom -> assert false
     | Tvar i -> (try status,pp_tvar (List.nth vl (pred i))