make type abstract

This commit is contained in:
Simon Cruanes 2020-12-22 12:36:02 -05:00
parent 1890f7af13
commit 7cb97a89c5

View file

@ -134,7 +134,7 @@ module type S = sig
to coefficients. This allows for very fast computations. to coefficients. This allows for very fast computations.
*) *)
module Comb : sig module Comb : sig
type t = private C.t Var_map.t type t
(** The type of linear combinations. *) (** The type of linear combinations. *)
val compare : t -> t -> int val compare : t -> t -> int