From 262e3151ce483aaab3b4f60e3d1dbdf875ea05ae Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 3 Aug 2014 19:18:21 +0200 Subject: Experimentally adding an option for automatically erasing an hypothesis when using it in apply or rewrite (prefix ">", undocumented), and a modifier to explicitly keep it in induction or destruct (prefix "!", reminiscent of non-linerarity). Also added undocumented option "Set Default Clearing Used Hypotheses" which makes apply and rewrite default to erasing the hypothesis they use (if ever their argument is indeed an hypothesis of the context). --- theories/Init/Wf.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'theories/Init') diff --git a/theories/Init/Wf.v b/theories/Init/Wf.v index 9b4c62f87..1e8fad98e 100644 --- a/theories/Init/Wf.v +++ b/theories/Init/Wf.v @@ -169,5 +169,4 @@ Section Acc_generator. end. -End Acc_generator. - \ No newline at end of file +End Acc_generator. -- cgit v1.2.3