[Haskell-cafe] Functional references
Tim Newsham
newsham at lava.net
Thu Sep 4 19:51:02 EDT 2008
I'm playing with functional references and looking for some feedback on a
small FRec library I put together:
http://www.thenewsh.com/~newsham/FRef.hs
Novel (I think) is that the library is applied to some data accesses that
are not normally covered by functional references -- ie. extracting words
or replacing words in a string or values in an association list. I'm
hoping it will provides a useful framework for editing complex values such
as data embedded in Base64 cookies in an HTTP header.
Tim Newsham
http://www.thenewsh.com/~newsham/
More information about the Haskell-Cafe
mailing list