hunt-framework / hunt

A flexible, lightweight search platform
59 stars 10 forks source link

Split DocTable into monadic and non-monadic type class #56

Closed ulfsauer0815 closed 10 years ago

ulfsauer0815 commented 10 years ago

As done with the Index type class.

chrisreu commented 10 years ago

I don't think this is necessary anymore. DocTable might need a bigger re-factoring, because it is way too complicated for what it does in the end. But this particular case where we need a non-monadic DocTable would probably not worth the effort.