Sourceexception Protocol_error of string Sourcetype t = | String of string| Error of string| Int of int| Null| Double of float| Boolean of bool| Bignum of Bignum.t| Array of t array| Map of (t * t) array| Set of t array
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t Base__Ppx_compare_lib.equal