summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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).