`Show Rec` produces nested escaping
Đang mở
- Ngôn ngữ chính
- Haskell
- Star
- 83
- Fork
- 16
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.