1. Instead of pattern-matching the same list multiple times, do it only once and then pass the pieces separately. 2. Don't reconstruct an object equivalent to one we just deconstructed. |
||
---|---|---|
.. | ||
Commands.hs | ||
Custom.hs | ||
ShellSupport.hs |
1. Instead of pattern-matching the same list multiple times, do it only once and then pass the pieces separately. 2. Don't reconstruct an object equivalent to one we just deconstructed. |
||
---|---|---|
.. | ||
Commands.hs | ||
Custom.hs | ||
ShellSupport.hs |