2 Apr
2015
2 Apr
'15
3:14 a.m.
Hello, Well, to properly implement zoom, you'd have to use a similar approach to http://hackage.haskell.org/package/lens-4.8/docs/Control-Lens-Internal-Zoom.... and implement the Zoom type class. Perhaps try implementing http://hackage.haskell.org/package/mmorph-1.0.4/docs/Control-Monad-Morph.htm... and use (hoist $ zoom whatever) instead? Best regards, Marcin Mrotek