From: Henning T. <le...@he...> - 2011-10-23 10:35:45
|
How about adding this instance instance Selection (Notebook a) where selection = newAttr "selection" WXCMZ.notebookGetSelection (\nb -> fmap (const ()) . WXCMZ.notebookSetSelection nb) ? |