2-G.Constant
type t
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val equal : t -> t -> bool
val (+) : t -> t -> t
val negate : t -> t
module Scalar : sig ... end
val scale : t -> Scalar.t -> t
val to_affine_exn : t -> Impl.field * Impl.field
val of_affine : (Impl.field * Impl.field) -> t