unwrap package:free

Remove a layer.
This is a lens that can be used to read or write to the tails of a Cofree Comonad. Using (^.) from the lens package:
foo ^. _unwrap == unwrap foo
For more on lenses see the lens package on hackage
_unwrap :: Lens' (Cofree g a) (g (Cofree g a))