aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2018-08-03 14:30:35 -0400
committerGravatar Jason Gross <jagro@google.com>2018-08-03 14:30:35 -0400
commit4a66d0d70b6f8fb34598b154b62cde3199bd7101 (patch)
tree4aaac81d1931e1d63cc2c1c8c5132741896f7ed8 /src
parent10335b3bc443a6545a64347db8b8341d08792ed6 (diff)
Add eq_ident_Decidable
Diffstat (limited to 'src')
-rw-r--r--src/Experiments/NewPipeline/GENERATEDIdentifiersWithoutTypesProofs.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Experiments/NewPipeline/GENERATEDIdentifiersWithoutTypesProofs.v b/src/Experiments/NewPipeline/GENERATEDIdentifiersWithoutTypesProofs.v
index 4261617af..1e64a1697 100644
--- a/src/Experiments/NewPipeline/GENERATEDIdentifiersWithoutTypesProofs.v
+++ b/src/Experiments/NewPipeline/GENERATEDIdentifiersWithoutTypesProofs.v
@@ -3,6 +3,7 @@ Require Import Crypto.Util.CPSNotations.
Require Import Crypto.Util.ZRange.
Require Import Crypto.Util.Tactics.BreakMatch.
Require Import Crypto.Util.Option.
+Require Import Crypto.Util.Decidable.
Require Import Crypto.Experiments.NewPipeline.Language.
Require Import Crypto.Experiments.NewPipeline.GENERATEDIdentifiersWithoutTypes.
@@ -70,6 +71,8 @@ Module Compilers.
destruct idc1; reflexivity. }
{ destruct idc1, idc2; try reflexivity; solve [ inversion pf ]. }
Qed.
+
+ Global Instance eq_ident_Decidable : DecidableRel (@eq pattern.ident) := pattern.ident.ident_eq_dec.
End ident.
End pattern.
End Compilers.