From: Claudio Sacerdoti Coen Date: Wed, 7 Sep 2005 16:56:30 +0000 (+0000) Subject: Unsharing bug due to a very stupid typo fixed. X-Git-Tag: V_0_1_2_1~65 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=772ffae2e30a114b0ae77f9c073a08ba56b55bf6;p=helm.git Unsharing bug due to a very stupid typo fixed. --- diff --git a/helm/ocaml/cic_omdoc/cic2acic.ml b/helm/ocaml/cic_omdoc/cic2acic.ml index 210f3ed2f..bc5405a9a 100644 --- a/helm/ocaml/cic_omdoc/cic2acic.ml +++ b/helm/ocaml/cic_omdoc/cic2acic.ml @@ -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)->