agrafix / agrafix/superrecord

`&` shadows the same operator in `Data.Function` in `base`

Abierto
#24 2 comentarios 4 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Haskell
Estrellas
83
Forks
16
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

`&` is usually [reserved](https://hoogle.haskell.org/?hoogle=%26) for a function of type [`a -> (a -> b) -> b`](https://hoogle.haskell.org/?hoogle=a-%3E(a-%3Eb)-%3Eb), but superrecord's `&` shadows it

Also, because of #17, it's impossible right now (with the hackage version) to just re-export it with a different name.

I understand that changing that name would be a huge breaking change, how about deprecating it and using something else? I'd use `&=`, but I must admit I haven't surveyed the conventions enough to be confident in my suggestion

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.