mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
perf: make let-op functors inline, hopefully
This commit is contained in:
parent
9b76f277f7
commit
b69cc33c26
1 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ let shims_let_op_post_408 =
|
|||
let (and+) = X.monoid_product
|
||||
let (let*) = X.(>>=)
|
||||
let (and*) = X.monoid_product
|
||||
end
|
||||
end[@@inline]
|
||||
|
||||
module type S2 = sig
|
||||
type ('a,'e) t_let2
|
||||
|
|
@ -147,7 +147,7 @@ let shims_let_op_post_408 =
|
|||
let (and+) = X.monoid_product
|
||||
let (let*) = X.(>>=)
|
||||
let (and*) = X.monoid_product
|
||||
end
|
||||
end[@@inline]
|
||||
"
|
||||
|
||||
let () =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue