Module Polynomials.Degree

type t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
val encode_to_int : t -> int

Encodes the complex type t to an integer that can be used for comparison.

val is_constant : t -> bool