Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type result =
| Name_list of string list
| Enabled of enabled
| Status of string
| Unit
A successful RPC result
*)val message_of_string : string -> message
val string_of_message : message -> string
val json_of_message : message -> Yojson.Safe.json