From c15e489422b7f6924e82da8c105a6654643e5650 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 12 Mar 2012 14:01:47 +0000 Subject: MAJ doc git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1850 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- common/Globalenvs.v | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/Globalenvs.v b/common/Globalenvs.v index e01d5f7..539bb77 100644 --- a/common/Globalenvs.v +++ b/common/Globalenvs.v @@ -293,6 +293,7 @@ Qed. Remark add_functions_inversion : forall fs e x b, find_symbol (add_functions e fs) x = Some b -> In x (funct_names fs) \/ find_symbol e x = Some b. +Proof. induction fs; intros. simpl in H. intuition. simpl in H. destruct (IHfs _ _ _ H). -- cgit v1.2.3