From 772ffae2e30a114b0ae77f9c073a08ba56b55bf6 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 7 Sep 2005 16:56:30 +0000 Subject: [PATCH] Unsharing bug due to a very stupid typo fixed. --- helm/ocaml/cic_omdoc/cic2acic.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)-> -- 2.39.2