purescript-deprecated / purescript-lens

PureScript implementation of lens
78 stars 15 forks source link

Infix annotations ignored on reexport #2

Closed joneshf closed 9 years ago

joneshf commented 10 years ago

We have to re-annotate the infix assoc/prec when we re-export an imported operator. It seems like we should be able to rely on the operator's original assoc/prec.

garyb commented 10 years ago

This is something psc should handle for you, and hopefully you won't have to list each thing you're re-exporting as a new member in the module, and can just use the exports list Haskell-style. There's an issue for it here: purescript/purescript#291

joneshf commented 9 years ago

I think this is fixed now with 0.7.0