relab/gorums

Move call type implementations to new package calltype

meling opened this issue · 1 comments

Moving the call types to a new package calltype can help with code maintainability. @Raytar Thoughts?

Yes, that sounds like a good idea. It would also help with making the API clearer since the call types are meant to be used by generated code.