Re: [Haskell-cafe] FGL problem: cannot acces data constructor NodeMap

2010-07-24 Thread Immanuel Normann
2010/7/24 Ivan Lazar Miljenovic > Once again cc-ing -cafe; Immanuel, can you please do "reply to all" > rather than just "reply" in GMail? :p > Oh, yes I forgot - sorry! Thanks for all the valuable infos :-) Immanuel > > Immanuel Normann writes: > > > 2010/7/24 Ivan Lazar Miljenovic > > > >

Re: [Haskell-cafe] FGL problem: cannot acces data constructor NodeMap

2010-07-24 Thread Ivan Lazar Miljenovic
Once again cc-ing -cafe; Immanuel, can you please do "reply to all" rather than just "reply" in GMail? :p Immanuel Normann writes: > 2010/7/24 Ivan Lazar Miljenovic > >> CC-ing haskell-cafe again: >> >> Immanuel Normann writes: >> >> > 2010/7/24 Ivan Lazar Miljenovic >> >> > Some of my lnodes

Re: [Haskell-cafe] FGL problem: cannot acces data constructor NodeMap

2010-07-24 Thread Ivan Lazar Miljenovic
CC-ing haskell-cafe again: Immanuel Normann writes: > 2010/7/24 Ivan Lazar Miljenovic > >> Immanuel Normann writes: >> > Afterall, my purpose is to get access to the map in a NodeMap and finally >> to >> > apply lookup to it. But I don't know how to access the map from a NodeMap >> > (the map

Re: [Haskell-cafe] FGL problem: cannot acces data constructor NodeMap

2010-07-24 Thread Ivan Lazar Miljenovic
Immanuel Normann writes: > Hi, > > I have a problem with the data constructor NodeMap > Data.Graph.Inductive.NodeMap > of the graph library fgl-5.4.2.3 (also fgl-5.4.2.2): > > I cannot access the data constructor NodeMap, as the ghci session shows: > > Prelude> :m Data.Graph.Inductive.NodeMap > P

[Haskell-cafe] FGL problem: cannot acces data constructor NodeMap

2010-07-24 Thread Immanuel Normann
Hi, I have a problem with the data constructor NodeMap Data.Graph.Inductive.NodeMap of the graph library fgl-5.4.2.3 (also fgl-5.4.2.2): I cannot access the data constructor NodeMap, as the ghci session shows: Prelude> :m Data.Graph.Inductive.NodeMap Prelude Data.Graph.Inductive.NodeMap> :t Node