Module Monome.Rat
type t= Q.t monome
val const : Q.t -> tEmpty monomial, from constant (decides type)
val of_term : term -> t optionval of_term_exn : term -> ttry to get a monome from a term.
- raises NotLinear
if the term is not a proper monome.
val to_multiset : t -> Multisets.MT.tMultiset of terms