pub type Fps<M> = FormalPowerSeries<MInt<M>, MIntConvolve<M>>;
pub struct Fps<M> { pub data: Vec<MInt<M>>, /* private fields */ }
data: Vec<MInt<M>>