Parameter Make.5-R

type 'a m = 'a Repr.m
type t
include Basic_structures__.Intf_algebra.Ring with type t := t m
include Basic_structures__.Intf_algebra.Abelian_group
type t
val zero : t
val add : t -> t -> t
val neg : t -> t
include Basic_structures__.Intf_algebra.Monoid with type t := t
type t
val one : t
val mul : t -> t -> t
val sub : t -> t -> t
val of_int : int -> t