Open JacquesCarette opened 1 year ago
There are a number of places where Data.String (and friends) are used merely for show. This introduces spurious dependencies. I think all of these should be moved to sub-modules.
Data.String
show
Isn't this already the case? There's already-deprecated shows in Data.Rational and Data.Integer but I can't see any others outside of X.Show modules
Data.Rational
Data.Integer
X.Show
See PR #2016 for a number of examples.
There are a number of places where
Data.String
(and friends) are used merely forshow
. This introduces spurious dependencies. I think all of these should be moved to sub-modules.