ouroboros-network
ouroboros-network copied to clipboard
Refactor `Ouroboro.Network.Diffusion.runM`
trafficstars
- The large amounts of code duplication makes it challenging to understand runM.
- It is likely that one could write
runMmore concisely as well as more clearly. As this function is long and inherently complicated, this could be a good investment of effort.