remotely
remotely copied to clipboard
Doc fixes
This contains the same change as #96, plus a code change to the protocol definition so that it compiles, and an explanation on what the macro generates (it wasn't obvious to me at first)
@ahjohannessen what's your take on this? Think we should add that convenience object you pasted in your comment to the actual code base - I agree the current setup is quite verbose and not that great for a DSL.
@runarorama @stew what do you guys think?
@timperrett My take on using hlist on Codecs
, after using it in anger for a while, is that I do not really see the point of it and compile times are not great. I have a related issue - #110 - around that. However, if hlists are not being removed, then I think it makes sense to provide that convenience object as the current setup is bad wrt. DSL.