Skip to content

Commit

Permalink
refactor(dune-rpc): remove some pointless aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>

ps-id: 8bc782de-6d34-4eb0-a0de-e5a9c590338b
  • Loading branch information
rgrinberg committed Dec 8, 2022
1 parent 00ffecb commit 1798cc6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions otherlibs/dune-rpc/private/dune_rpc_private.ml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ module Client = struct
?id:Id.t -> t -> 'a Sub.t -> ('a Stream.t, Version_error.t) result fiber

module Batch : sig
type t
type client := t

type client
type t

val create : client -> t

Expand All @@ -132,7 +132,6 @@ module Client = struct

val submit : t -> unit fiber
end
with type client := t

module Handler : sig
type t
Expand Down Expand Up @@ -183,7 +182,7 @@ module Client = struct
end

module Ivar : sig
type 'a fiber
type 'a fiber := 'a t

type 'a t

Expand All @@ -193,7 +192,6 @@ module Client = struct

val fill : 'a t -> 'a -> unit fiber
end
with type 'a fiber := 'a t
end) (Chan : sig
type t

Expand Down

0 comments on commit 1798cc6

Please sign in to comment.