Proof_carrying_datamodule Stable : sig ... endval t_of_sexp : 
  'a 'b. ( Ppx_sexp_conv_lib.Sexp.t -> 'a ) ->
  ( Ppx_sexp_conv_lib.Sexp.t -> 'b ) ->
  Ppx_sexp_conv_lib.Sexp.t ->
  ( 'a, 'b ) tval sexp_of_t : 
  'a 'b. ( 'a -> Ppx_sexp_conv_lib.Sexp.t ) ->
  ( 'b -> Ppx_sexp_conv_lib.Sexp.t ) ->
  ( 'a, 'b ) t ->
  Ppx_sexp_conv_lib.Sexp.tval proof : ( 'a, 'b ) t -> 'cval data : ( 'a, 'b ) t -> 'cmodule Fields : sig ... end