haskell / primitive

This package provides various primitive memory-related operations.
Other
114 stars 58 forks source link

remove fundep on MonadPrim #288

Closed chessai closed 4 years ago

chessai commented 4 years ago

cc @emilypi @treeowl

I think we just auto-fundep'd based on MTL. it is indeed unnecessary.

emilypi commented 4 years ago

👍 from me

treeowl commented 4 years ago

I'm very confused about https://github.com/haskell/primitive/issues/211#issuecomment-512601248 which seems to be where the fundeps came from. I have no idea what @ekmett was talking about there.