Module Pairing.Extended_projective

type 'a t = {
  1. x : 'a;
  2. y : 'a;
  3. z : 'a;
  4. t : 'a;
}
val t_of_sexp : 'a. (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a t
val sexp_of_t : 'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t