reverse -containers +text

reverse :: Text -> Text
text Data.Text.Lazy
O(n) reverse t returns the elements of t in reverse order.
reverse :: Text -> Text
text Data.Text
O(n) Reverse the characters of a string. Subject to fusion.