module Protocol:sig..end
type kind =
| |
Point |
| |
Time |
| |
Value_int |
| |
Value_float |
| |
Value_bool |
| |
Value_string |
| |
Tag_count |
| |
Tag_size |
| |
Ktree |
| |
Hash |
| |
Special |
| |
Klog |
type variant =
| |
Node of |
type value =
| |
Int of |
| |
Float of |
| |
String of |
| |
Bool of |
| |
Int64 of |
| |
Tree of |
| |
No_value |
| |
Collected |
| |
Killed |
| |
Hashtable of |
| |
Log of |
typetag =int
type msg =
| |
Declare of |
| |
Send of |
| |
Bind of |