From a360d56e7461ad87761d45b35310639319f46371 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sat, 1 Apr 2017 19:45:59 -0400 Subject: Split out Tactics.SubstLet --- src/Util/Tactics.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Util/Tactics.v') diff --git a/src/Util/Tactics.v b/src/Util/Tactics.v index eac17b0d9..b664185ad 100644 --- a/src/Util/Tactics.v +++ b/src/Util/Tactics.v @@ -9,6 +9,7 @@ Require Export Crypto.Util.Tactics.ETransitivity. Require Export Crypto.Util.Tactics.RewriteHyp. Require Export Crypto.Util.Tactics.SpecializeBy. Require Export Crypto.Util.Tactics.SplitInContext. +Require Export Crypto.Util.Tactics.SubstLet. Require Export Crypto.Util.Tactics.UniquePose. Require Export Crypto.Util.Tactics.VM. @@ -50,8 +51,6 @@ Ltac subst_evars := | [ e := ?E |- _ ] => is_evar E; subst e end. -Ltac subst_let := repeat match goal with | x := _ |- _ => subst x end. - Ltac free_in x y := idtac; match y with -- cgit v1.2.3