]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/cic2acic.ml
Unsharing bug due to a very stupid typo fixed.
[helm.git] / helm / ocaml / cic_omdoc / cic2acic.ml
index 210f3ed2f94fce78cabafea90cbfc825906c271a..bc5405a9a6e82448c25fdb7f8d7d612632c2fa0f 100644 (file)
@@ -420,7 +420,7 @@ let asequent_of_sequent (metasenv:Cic.metasenv) (sequent:Cic.conjecture) =
       let canonical_context' =
        List.fold_right
         (fun d canonical_context' ->
-          let d' =
+          let d =
            match d with
               None -> None
             | Some (n, Cic.Decl t)->