silkapp / rest

Packages for defining APIs, running them, generating client code and documentation.
http://silkapp.github.io/rest
390 stars 52 forks source link

Remove 'Show' constraint from 'ReadId' constructor in 'Ident' #118

Closed hesselink closed 8 years ago

hesselink commented 9 years ago

I think we can remove the Show id constraint in the ReadId constructor of Ident. I removed it and nothing seems to break. I also don't remember why we have it. @bergmark Do you remember why we have this?

bergmark commented 9 years ago

Nope...

hesselink commented 9 years ago

Hmm, then I guess after a last look at the history we should just remove it.