type t =
| Bit
| Byte
| Short
| Int
| Uint
| Channel
| Pid
val string_of : t -> string
val size : t -> int