Patch to register XmlSyntax and RegularPatterns as known extensions

Niklas Broberg niklas.broberg at gmail.com
Fri May 29 06:45:36 EDT 2009


On Fri, May 29, 2009 at 3:30 AM, Isaac Dupree
<ml at isaac.cedarswampstudios.org> wrote:
> Does HaRP/RegularPatterns have any relation to XHaskell (e.g. see
> http://code.google.com/p/xhaskell/wiki/homepage )?

XHaskell is certainly related work, and we discuss the relation in our
paper. The short story is that HaRP is much more lightweight, it is
basically just syntactic sugar for parser combinators performing
regular pattern matching over a list, with some clever semantics for
the patterns involved. It has, for better or worse, none of the
intricate type-based machinery that is XHaskell's claim to fame.

Cheers,

/Niklas


More information about the Libraries mailing list