]> matita.cs.unibo.it Git - helm.git/commitdiff
Unsharing bug due to a very stupid typo fixed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 7 Sep 2005 16:56:30 +0000 (16:56 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 7 Sep 2005 16:56:30 +0000 (16:56 +0000)
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)->