From befc9c3c404ece31e3eb9d7715ee694395bd5fb5 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 17 Oct 2017 21:31:56 -0400 Subject: Add CacheTerm The real use of this is with the 8.7-only transparent_abstract, but we can do some things even when we can only cache proofs. --- src/Util/Tactics.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Util/Tactics.v') diff --git a/src/Util/Tactics.v b/src/Util/Tactics.v index 3cd86b0c3..5a2bca803 100644 --- a/src/Util/Tactics.v +++ b/src/Util/Tactics.v @@ -1,6 +1,7 @@ (** * Generic Tactics *) Require Export Crypto.Util.FixCoqMistakes. Require Export Crypto.Util.Tactics.BreakMatch. +Require Export Crypto.Util.Tactics.CacheTerm. Require Export Crypto.Util.Tactics.ChangeInAll. Require Export Crypto.Util.Tactics.ClearAll. Require Export Crypto.Util.Tactics.ClearDuplicates. -- cgit v1.2.3