File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,13 @@ Definition nbe_rewrite_rulesT : list (bool * Prop)
183
183
end )
184
184
('n)
185
185
xs)
186
+ ; typeof! @unfold1_nat_rect_fbb_b
187
+ ; typeof! @unfold1_nat_rect_fbb_b_b
188
+ ; typeof! @unfold1_list_rect_fbb_b
189
+ ; typeof! @unfold1_list_rect_fbb_b_b
190
+ ; typeof! @unfold1_list_rect_fbb_b_b_b
191
+ ; typeof! @unfold1_list_rect_fbb_b_b_b_b
192
+ ; typeof! @unfold1_list_rect_fbb_b_b_b_b_b
186
193
]
187
194
].
188
195
Original file line number Diff line number Diff line change @@ -90,6 +90,13 @@ Local Hint Resolve
90
90
eq_firstn_nat_rect
91
91
eq_skipn_nat_rect
92
92
eq_update_nth_nat_rect
93
+ unfold1_nat_rect_fbb_b
94
+ unfold1_nat_rect_fbb_b_b
95
+ unfold1_list_rect_fbb_b
96
+ unfold1_list_rect_fbb_b_b
97
+ unfold1_list_rect_fbb_b_b_b
98
+ unfold1_list_rect_fbb_b_b_b_b
99
+ unfold1_list_rect_fbb_b_b_b_b_b
93
100
: core.
94
101
95
102
(* to catch [prod_rect] and not just [prod_rect_nodep] *)
You can’t perform that action at this time.
0 commit comments