Module type Interface.SEMIRING

type t
val add : t -> t -> t
val zero : t
val multiply : t -> t -> t
val one : t