Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module WList : sig ... end
module Dict : sig ... end
type msg =
| Hello of hello_t
| Welcome of welcome_t
| Abort of details_reason_t
| Goodbye of details_reason_t
| Error of error_t
| Publish of publish_t
| Published of ack_t
| Subscribe of subscribe_t
| Subscribed of ack_t
| Unsubscribe of ack_t
| Unsubscribed of int
| Event of event_t
val msg_to_yojson : msg -> Yojson.Safe.t
val msg_of_yojson : Yojson.Safe.t -> msg Ppx_deriving_yojson_runtime.error_or