You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| None => type.base.option.union (let ttt := t tt in let __ := print ("LEFT"%string, ttt) in ttt) (let ftt := f tt in let __ := print ("RIGHT"%string, ftt) in ftt)
let e := eval cbv delta [mulmod mul add_mul add_mul_limb_ add_mul_limb reduce' add_mul_limb' stream.map weight stream.prefixes] in e in
105
+
let r := Reify e in
106
+
exact r)
107
+
(fun _ _ => []) (* comment *)
108
+
(Some boundsn, (Some boundsn, tt))
109
+
(None)
110
+
(None, (None, tt))
111
+
(None)).
112
+
113
+
114
+
compute in e.
115
+
116
+
cbv [Pipeline.BoundsPipelineToString Pipeline.BoundsPipelineToStringWithDebug Pipeline.BoundsPipelineToStringsWithDebug Pipeline.BoundsPipelineToExtendedResult Pipeline.BoundsPipelineWithDebug Pipeline.PreBoundsPipeline] in e.
117
+
cbv [Rewriter.Util.LetIn.Let_In DebugMonad.Debug.eval_result DebugMonad.Debug.sequence Pipeline.debug_after_rewrite DebugMonad.Debug.ret] in *.
118
+
cbv [Pipeline.wrap_debug_rewrite Pipeline.debug_after_rewrite Pipeline.debug_rewriting debug_rewriting_opt_instance_0] in *.
119
+
cbv [Rewriter.Util.LetIn.Let_In DebugMonad.Debug.eval_result DebugMonad.Debug.sequence Pipeline.debug_after_rewrite DebugMonad.Debug.ret] in *.
120
+
cbn [DebugMonad.Debug.bind fst snd] in *.
121
+
cbv [Pipeline.unfold_value_barrier].
122
+
set (PartialEvaluateWithListInfoFromBounds _ _) in (value of e).
123
+
set (CheckedPartialEvaluateWithBounds _ _ _ _ _ _ _) as cpe in (value of e) at 1.
124
+
clear -cpe.
125
+
set (GeneralizeVar.FromFlat _) as cve in (value of cpe).
126
+
vm_compute in cve.
127
+
clear -cpe.
128
+
129
+
cbv [CheckedPartialEvaluateWithBounds] in cpe.
130
+
Locate "dlet".
131
+
cbv [Rewriter.Util.LetIn.Let_In] in *.
132
+
vm_compute CheckCasts.GetUnsupportedCasts in (value of cpe); cbv match beta in cpe.
133
+
vm_compute ZRange.type.base.option.is_tighter_than in cpe; cbv match beta in cpe.
134
+
cbv [PartialEvaluateWithBounds partial.EvalWithBound partial.eval_with_bound ] in *.
135
+
136
+
set (fun var : _ => _) in (value of cpe) at 2.
137
+
epose _ as var; clearbody var.
138
+
epose (y var).
139
+
subst y.
140
+
clear cpe.
141
+
cbv beta in *.
142
+
143
+
set (GeneralizeVar.GeneralizeVar _ _) in (value of e).
144
+
vm_compute in e0; clear -e.
145
+
cbv [partial.ident.eval_with_bound partial.eval_with_bound' ] in e.
146
+
147
+
subst e0.
148
+
149
+
progress cbv beta zeta delta [partial.interp] in e.
150
+
cbv iota in e.
151
+
cbv beta in e.
152
+
cbv iota in e.
153
+
cbv beta in e.
154
+
cbv iota in e.
155
+
cbv beta in e.
156
+
cbv iota in e.
157
+
cbv beta in e.
158
+
cbv iota in e.
159
+
cbv beta in e.
160
+
set (fun _ => _) in (value of e) at 1.
161
+
cbn [partial.interp UnderLets.splice UnderLets.to_expr partial.reify andb] in e.
162
+
163
+
subst y.
164
+
cbv beta in e.
165
+
166
+
progress cbv beta delta [partial.interp] in e.
167
+
cbn [partial.interp UnderLets.splice UnderLets.to_expr partial.reify andb] in e.
168
+
169
+
set (fun var : _ => _) in (value of e0) at 7.
170
+
subst e0.
171
+
cbn [partial.interp UnderLets.splice UnderLets.to_expr partial.reify andb] in e.
172
+
173
+
set (fun var : _ => _) in (value of e) at 7.
174
+
epose (y0 _).
175
+
subst y0.
176
+
clear e.
177
+
cbv beta in *.
178
+
179
+
set (y _) in (value of e0).
180
+
subst y.
181
+
vm_compute partial.skip_annotations_for_App in (value of e0).
182
+
cbv beta in *.
183
+
184
+
clear -e0.
185
+
186
+
rename e into x.
187
+
rename e0 into e.
188
+
rename x into e0.
189
+
190
+
191
+
set (fun var : _ => _) in (value of e0) at 7.
192
+
subst e0.
193
+
cbn [partial.interp UnderLets.splice UnderLets.to_expr partial.reify andb] in e.
194
+
195
+
set (fun var : _ => _) in (value of e) at 7.
196
+
epose (y0 _).
197
+
subst y0.
198
+
clear e.
199
+
cbv beta in *.
200
+
201
+
set (y _) in (value of e0).
202
+
subst y.
203
+
vm_compute partial.skip_annotations_for_App in (value of e0).
204
+
clear cve.
205
+
revert e0.
206
+
repeat match goal with H : _ |- _ => clear H end.
207
+
intros.
208
+
209
+
210
+
211
+
cbv beta in e.
212
+
213
+
214
+
vm_compute in cpe.
215
+
clear -cpe.
216
+
cbv [tree.smart_app] in *.
217
+
clear e.
218
+
vm_compute in e0.
219
+
87
220
(*
88
221
Definition mulmod (c : BinNums.Z := 38) (a b : list BinNums.Z) :=
0 commit comments