Pairing.Extended_projective
type 'a t = {
x : 'a;
y : 'a;
z : 'a;
t : 'a;
}
val t_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
val sexp_of_t : 'a. ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t