Lysxia / generic-data

Generic data types in Haskell, utilities for GHC.Generics
https://hackage.haskell.org/package/generic-data
MIT License
44 stars 9 forks source link

Add parentheses and backticks to constructor/selector output where appropriate #31

Closed RyanGlScott closed 4 years ago

RyanGlScott commented 4 years ago

This addresses parts (1) and (2) of https://github.com/Lysxia/generic-data/issues/30#issuecomment-602216159. Fixes #30 for good.

Lysxia commented 4 years ago

Thanks, this looks great!