`Show Rec` produces nested escaping
Abierto
- Lenguaje dominante
- Haskell
- Estrellas
- 83
- Forks
- 16
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
ghci> show (rcons (#foo := "bar") rnil)
"[(\"foo\",\"\\\"bar\\\"\")]"
```
I think there is an extra layer of `show` there that shouldn’t be.
Some people say `Show` should roundtrip with `Read`, but I don’t see how it’s possible with Superrecord anyway.
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.