reverse -base -transformers
O(n) reverse xs efficiently returns the elements of xs in reverse order.
O(n) reverse xs returns the elements of xs in reverse order.
O(n). The reverse of a sequence.
O(n) reverse t returns the elements of t in reverse order.
O(n) Reverse the characters of a string. Subject to fusion.