LYAHFGG:
Read is sort of the opposite typeclass of Show. The read function takes a string and returns a type which is a member of Read.
Read
Show
read
I could not find Scalaz equivalent for this typeclass.