
3 Jun
2013
3 Jun
'13
10:38 p.m.
On Mon, 03 Jun 2013 19:16:08 +0000
silvio
Hi everyone,
Every time I want to use an array in Haskell, I find myself having to look up in the doc how they are used, which exactly are the modules I have to import ... and I am a bit tired of staring at type signatures for 10 minutes to figure out how these arrays work every time I use them (It's even worse when you have to write the signatures). I wonder how other people perceive this issue and what possible solutions could be.
My opinion, it's every bit as bad you say it is... Not a clue as to what can be done about it. Probably yet another vector module.