package polymarket

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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