Skip to content

Commit

Permalink
Rebase artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Oct 23, 2023
1 parent ec216f8 commit f24f32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/frontend/d_cnf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ module Const = struct
(DStd.Path.global name) Ty.(arrow [int] (bitv n)))

let smt_round =
with_cache ~cache:(Hashtbl.create 13) (fun (n, m) ->
with_cache (fun (n, m) ->
let name = "ae.round" in
Id.mk
~name
Expand Down

0 comments on commit f24f32c

Please sign in to comment.