Skip to content

Commit

Permalink
added rewrite rules that don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenConoly committed Jul 3, 2023
1 parent 628f6a7 commit aed9233
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 13 deletions.
2 changes: 2 additions & 0 deletions src/Arithmetic/ADK.v
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ Definition adk_mul_prod_at_i (n : nat) (x y products f : list Z) (i : nat) : Z :
(fun f => adk_mul' n x y products (rev f))
(fun p _ g => fun f' => Let_In ((nth' 0%nat f' 0) + p) (fun x => g (x :: f')))
products) [].

Definition ident_adk_mul := adk_mul.
2 changes: 1 addition & 1 deletion src/Language/IdentifierParameters.v
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Definition all_ident_named_interped : InductiveHList.hlist
; with_name ident_fancy_selm ident.fancy.selm
; with_name ident_fancy_sell ident.fancy.sell
; with_name ident_fancy_addm ident.fancy.addm
; with_name ident_adk_mul adk_mul
; with_name ident_adk_mul ident_adk_mul
]%hlist.

Definition scraped_data : ScrapedData.t
Expand Down
Loading

0 comments on commit aed9233

Please sign in to comment.