10

Possible Duplicate:
Scrap Your Boilerplate in f#

I'm missing the sort generic traversal and transformation libraries that I have in Haskell when I'm working in F#.

Has anyone looked at doing something like Uniplate/Biplate for F#?

There's a brief mention in the comments of one of Neil Mitchell's blog posts, but I never found any further development:

http://neilmitchell.blogspot.com/2008/09/general-updates.html

I imagine you could build something on .NET reflection instead of type-classes, but I don't want to dig too deep without looking at prior art.

Community
  • 1
  • 1
Antoine Latter
  • 1,545
  • 10
  • 13

1 Answers1

2

See

Scrap Your Boilerplate in f#

Community
  • 1
  • 1
Brian
  • 117,631
  • 17
  • 236
  • 300