aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/LinearizeInterp.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-02-21 13:17:19 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-02-21 13:17:19 -0500
commitb7d2af40ff07a4bc88024fa8448672d786cdcd66 (patch)
tree30337011c4fc2b6ae2292abaa6c78cb5457226a1 /src/Reflection/LinearizeInterp.v
parentb10381a153d2b15d767cc8ae7100cd6e1d9715f3 (diff)
Rename Interp lemmas
```bash $ git grep --name-only 'Interp_InlineCast\|Interp_InlineConst\|Interp_Linearize' | xargs sed s'/Interp_/Interp/g' -i ```
Diffstat (limited to 'src/Reflection/LinearizeInterp.v')
-rw-r--r--src/Reflection/LinearizeInterp.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reflection/LinearizeInterp.v b/src/Reflection/LinearizeInterp.v
index 0f6a161e5..0679fe437 100644
--- a/src/Reflection/LinearizeInterp.v
+++ b/src/Reflection/LinearizeInterp.v
@@ -77,7 +77,7 @@ Section language.
eapply interpf_linearizef.
Qed.
- Lemma Interp_Linearize {t} (e : Expr t)
+ Lemma InterpLinearize {t} (e : Expr t)
: interp_type_gen_rel_pointwise (fun _ => @eq _)
(Interp interp_op (Linearize e))
(Interp interp_op e).