mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
perf: tiny detail in int indices in solver
This commit is contained in:
parent
29892d07de
commit
97d87cc58f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ module Mk_int_id() = struct
|
|||
let compare : t -> t -> int = compare
|
||||
let hash = CCHash.int
|
||||
let[@inline] to_int i = i
|
||||
let[@inline] of_int_unsafe i = i
|
||||
external of_int_unsafe : int -> t = "%identity"
|
||||
end
|
||||
|
||||
module Make(Plugin : PLUGIN)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue