9 Jun
2008
9 Jun
'08
10:17 p.m.
Don Stewart wrote:
So, in summary, if you want something in fgl, submit a patch.
ok, here is a patch, a copy is being sent to Martin Erwig. Cheers, Misha New patches: [NodeMap.toList Misha Aizatulin <avatar@hot.ee>**20080609220317 See http://thread.gmane.org/gmane.comp.lang.haskell.libraries/9221 ] { hunk ./Data/Graph/Inductive/NodeMap.hs 8 + -- ** Map Inspection + toList, hunk ./Data/Graph/Inductive/NodeMap.hs 47 +toList :: (Ord a) => NodeMap a -> [LNode a] +toList = P.map swap . fmToList . map where + swap (a, b) = (b, a) + hunk ./fgl.cabal 10 +build-type: Simple } Context: [TAG 2008-06-06 Ian Lynagh <igloo@earth.li>**20080605235619] Patch bundle hash: a066e6d1085d3672195a26b81e3778b212a3e58b