On Tue, Mar 18, 2014 at 2:14 AM, Dennis Raddle <dennis.raddle@gmail.com> wrote:
class Bt d c memo | d -> c, d -> memo whereCould you also say something about the instances you intend to implement for this typeclass?
If there's only 1, which the statement of the problem suggests as much, you can dispense of the typeclass entirely and just work with plain functions!Could be that you want something working first and generalize / polymorphize later.