[Haskell-cafe] Finger Tree without using Monoid

Chris Smith cdsmith at gmail.com
Thu Sep 1 17:27:33 CEST 2011


I'm curious why you wanted a finger tree without the Monoid instance...
if you need a different Monoid instance, you can probably simplify your
code significantly by using a newtype wrapper around Seq rather than
re-implementing it.

-- 
Chris Smith




More information about the Haskell-Cafe mailing list