Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more instances of Pretty typeclass #37

Open
dterei opened this issue Jun 3, 2016 · 2 comments
Open

Support more instances of Pretty typeclass #37

dterei opened this issue Jun 3, 2016 · 2 comments

Comments

@dterei
Copy link
Member

dterei commented Jun 3, 2016

Should support:

  • Int[8,16,32,64]
  • Word
  • Word[8,16,32,64]
  • ByteString - Lazy & Strict
  • Text?
  • (Doc a)
@phadej
Copy link
Contributor

phadej commented Oct 8, 2019

I wonder what Pretty should do for Word[8,16,32,64], just integral, or hex?

Lately I have been playing with stuff where all (Word32 or Word64) constants are always in hex (and dependending on application either full width (0x00000001) or not (0x1)

@KiaraGrouwstra
Copy link

not sure if in scope for this issue, but I'd wonder, is it also possible to automatically derive Pretty instances for data records?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants