Skip to content

Commit

Permalink
Fix more bugs. Seems to work now!
Browse files Browse the repository at this point in the history
  • Loading branch information
Armael committed Oct 8, 2022
1 parent 85b07ba commit 867f13d
Show file tree
Hide file tree
Showing 11 changed files with 584 additions and 708 deletions.
1 change: 1 addition & 0 deletions src/ExtractOcaml.v
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Extract Inlined Constant HexString.to_nat => "(fun l -> Z.of_string (String.of_s

(* tail recursive list functions *)
Extract Inlined Constant Datatypes.app => "List_extra.append".
Extract Inlined Constant List.repeat => "List_extra.repeat".

(* Hook up our untrusted replacement policy. *)
Extract Inlined Constant Cache.eviction_state => "Evict.eviction_state".
Expand Down
Loading

0 comments on commit 867f13d

Please sign in to comment.