[Haskell-cafe] An easy way to represent and modify graphs?

Strake strake888 at gmail.com
Thu Sep 20 04:37:34 CEST 2012


Pointers.

Seriously.

In Haskell one could use STRef rather than the cumbersome Foreign.Ptr,
though STRef too can be kludgy.

I know not whether safe, pure, immutable pointers would be possible in
Haskell, but in my experience STRef can work well enough.

Cheers,
Strake



More information about the Haskell-Cafe mailing list