summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-12 14:01:47 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-12 14:01:47 +0000
commitc15e489422b7f6924e82da8c105a6654643e5650 (patch)
tree3b446806cb72614fea487f62bd7ae476b31a959e /common
parentb29622518ed431bd18f44d728bb2f0e4b7c56ca9 (diff)
MAJ doc
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1850 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'common')
-rw-r--r--common/Globalenvs.v1
1 files changed, 1 insertions, 0 deletions
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).