-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Labels
staleOld issues that went staleOld issues that went stale
Description
suppose we have a data type
type data =
| `exit of int * string
| `fail of int * string * string
[@@bs.deriving{event}]
We could derive such API
on_exit : (int -> string -> unit ) -> unit [@@bs.send.pipe: emitter]
emit_exit : int -> string -> unit
on_fail : (int -> string -> string -> unit) -> unit
emit_fail : int -> string -> string -> unit
We also need handle name collision too
OvermindDL1
Metadata
Metadata
Assignees
Labels
staleOld issues that went staleOld issues that went stale