From 3e198ec27dc8f3a29cb2a64c7e0354006aa86352 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 11 Sep 2007 08:16:25 +0000 Subject: [PATCH] replaced an assert false that cause nat_ind not to be displayed with a dummy result --- components/acic_content/acic2content.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/acic_content/acic2content.ml b/components/acic_content/acic2content.ml index ddd1b5ebc..69a1f632d 100644 --- a/components/acic_content/acic2content.ml +++ b/components/acic_content/acic2content.ml @@ -360,7 +360,7 @@ let infer_dependent ~headless context metasenv = function (n <> Cic.Anonymous && fstorder src, t) :: aux (CicSubstitution.subst (Deannotate.deannotate_term t) tgt) tl - | _ -> assert false + | _ -> List.map (fun s -> false,s) (t::tl) in (false, he) :: aux hety tl with CicTypeChecker.TypeCheckerFailure _ -> assert false -- 2.39.2