kcsongor / generic-lens

Generically derive traversals, lenses, and prisms.
437 stars 53 forks source link

FlexibleContexts now in appropriate places. #139

Closed danwdart closed 2 years ago

danwdart commented 2 years ago

Only tests fail as in ticket #138.

kcsongor commented 2 years ago

Thanks! Looking at the code it seems like it was a bug that GHC didn't require FlexibleContexts in the first place.

danwdart commented 2 years ago

Hmm, odd! No worries. Let's see if #140 can be sorted to make it not trip and see where the test regressions are, too.

kcsongor commented 2 years ago

Merged #141, thanks!