haskell / c2hs

c2hs is a pre-processor for Haskell FFI bindings to C libraries
http://hackage.haskell.org/package/c2hs
Other
197 stars 50 forks source link

Placeholder: removing `/=` from `Eq` #270

Closed deech closed 2 years ago

deech commented 2 years ago

This is a placeholder issue to track the removal of /= from Eq. Most probably no action is required because /= will move into the Prelude which c2hs implicitly brings into scope.

int-index commented 2 years ago

/= will move into the Prelude

... what does that mean? It’s already in the Prelude, it stays in the Prelude.

deech commented 2 years ago

@int-index I missed the post earlier today that says /= will stay in the Prelude, to me it wasn't clear from the proposal that it would so I opened the issue. Closing now.