This commit is contained in:
Simon Cruanes 2023-08-29 09:05:01 -04:00
parent d381b1dd12
commit 25d42d5b8c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -214,11 +214,12 @@ module Infix_local : INFIX
include INFIX
(** Make infix combinators *)
(** Make infix combinators, with intermediate computations running on the given pool. *)
module Infix (_ : sig
val pool : Runner.t
end) : INFIX
val infix : Runner.t -> (module INFIX)
(** [infix runner] makes a new infix module.
(** [infix runner] makes a new infix module with intermediate computations
running on the given runner..
@since 0.2 *)