Replace a few uses of snocView with last/lastMaybe.
These never used the first part of the result from snocView. Hence replacing them with last[Maybe] is both clearer and gives better performance.
Loading
Please register or sign in to comment
These never used the first part of the result from snocView. Hence replacing them with last[Maybe] is both clearer and gives better performance.