Our current representation of ring products uses Haskell tuples, which are lazy. It would probably be better to use a strict data structure.
Our current representation of ring products uses Haskell tuples, which are lazy. It would probably be better to use a strict data structure.