Module Frame.OpcodeSource

Sourcetype t =
  1. | Continuation
  2. | Text
  3. | Binary
  4. | Close
  5. | Ping
  6. | Pong
  7. | Other of int
Sourceval to_int : t -> int
Sourceval of_int : int -> t
Sourceval is_control : t -> bool