mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
make type abstract
This commit is contained in:
parent
1890f7af13
commit
7cb97a89c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue