From 1746b22de21bb3d07b44b4e2a22e67df6a9842e0 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 12 Mar 2020 21:17:02 +0100 Subject: begin writing match states predicates --- backend/CSE3analysisproof.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend/CSE3analysisproof.v') diff --git a/backend/CSE3analysisproof.v b/backend/CSE3analysisproof.v index 5514c532..7a74e623 100644 --- a/backend/CSE3analysisproof.v +++ b/backend/CSE3analysisproof.v @@ -783,4 +783,6 @@ Section SOUNDNESS. assumption. Qed. End INDUCTIVENESS. + + Hint Resolve checked_is_inductive_allstep checked_is_inductive_entry : cse3. End SOUNDNESS. -- cgit