aboutsummaryrefslogtreecommitdiff
path: root/src/Compilers/Z/InlineWf.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Compilers/Z/InlineWf.v')
-rw-r--r--src/Compilers/Z/InlineWf.v15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Compilers/Z/InlineWf.v b/src/Compilers/Z/InlineWf.v
deleted file mode 100644
index b7726987b..000000000
--- a/src/Compilers/Z/InlineWf.v
+++ /dev/null
@@ -1,15 +0,0 @@
-Require Import Crypto.Compilers.Syntax.
-Require Import Crypto.Compilers.Wf.
-Require Import Crypto.Compilers.InlineWf.
-Require Import Crypto.Compilers.Z.Syntax.
-Require Import Crypto.Compilers.Z.Inline.
-
-Definition Wf_InlineConstAndOpp {t} (e : Expr t) (Hwf : Wf e)
- : Wf (InlineConstAndOpp e)
- := @Wf_InlineConst _ _ _ t e Hwf.
-
-Definition Wf_InlineConst {t} (e : Expr t) (Hwf : Wf e)
- : Wf (InlineConst e)
- := @Wf_InlineConst _ _ _ t e Hwf.
-
-Hint Resolve Wf_InlineConstAndOpp Wf_InlineConst : wf.