maxigit / Metamorphosis

TemplateHaskell functions to generate types and converter function.
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

Missing type-signatures for functions generated by TH #2

Open saurabhnanda opened 7 years ago

maxigit commented 7 years ago

Do you really need this feature ? I agree it would probably be better, however, some signatures are quite tricky (as the y can have some complex constraints) so I prefer to let the compiler figure them out, instead of generated something wrong.

yaitskov commented 5 months ago

These days TH can even generate haddocs for generated functions.

maxigit commented 5 months ago

Pull requests are welcome.