reverse package:mono-traversable

Reverse a sequence
> reverse "hello world"
"dlrow olleh"
Use Data.List's implementation of reverse.