aboutsummaryrefslogtreecommitdiff
path: root/src/Language.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2019-04-04 15:51:20 -0400
committerGravatar Jason Gross <jgross@mit.edu>2019-04-04 15:51:20 -0400
commite0c9b5f803e63a91922cc0724119d39da0f24379 (patch)
treee48031155ce78dd94d33761917ece57455fb59fd /src/Language.v
parentbd34d676010ebf6dd4aa5076537f89572803dd3d (diff)
Add UnderLets flat_map interp proofs,other changes
Also remove a rewrite rule using cast from the non-cast arith rules, regenerate the .out files, add ident.gets_inlined for eventual use in the rewriter, and generalize the rewrite rule lemmas over cast_out_of_range so that we can actually make use of their proofs for interp.
Diffstat (limited to 'src/Language.v')
-rw-r--r--src/Language.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Language.v b/src/Language.v
index 2e29b4d77..eb400d704 100644
--- a/src/Language.v
+++ b/src/Language.v
@@ -1157,6 +1157,7 @@ Module Compilers.
Notation LiteralZRange := (@Literal base.type.zrange).
Definition literal {T} (v : T) := v.
Definition eagerly {T} (v : T) := v.
+ Definition gets_inlined (real_val : bool) {T} (v : T) : bool := real_val.
(** TODO: MOVE ME? *)
Module Thunked.