As per @vihu's original suggestion at #62 (comment)
We don't need to go too-crazy, since theses structures are not accessed from outside the module, hence we could score wins only in cases of common combinations, such as B/N (which first needs to extract both B and N from state record). Perhaps also in cases where pattern matching gets a little too noisy.
As per @vihu's original suggestion at #62 (comment)
We don't need to go too-crazy, since theses structures are not accessed from outside the module, hence we could score wins only in cases of common combinations, such as
B/N(which first needs to extract bothBandNfrom state record). Perhaps also in cases where pattern matching gets a little too noisy.