You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a particular reason that the finite summation over a monoid is defined using Data.Vec.Functional.Vector, the functional definition for finite vectors, instead of the more natural choice of using the inductive definition from Data.Vec.Base? If not, I think it should be rewritten using the inductive Vec as the inductive definition allows pattern matching, which makes many properties of the finite summation easier to prove.