Module type Emc.S.ARITH


module type ARITH = sig .. end
Minimal arithmetic module to count solutions

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