[Haskell-cafe] ANNOUNCE: FunPat 0.1
Dévai Gergely
deva at inf.elte.hu
Tue Jul 5 22:29:06 CEST 2011
Hello,
I've recently uploaded a package that provides some kind of extended
pattern matching. For example, one can use ("abc" ++ xs) as a pattern.
The original motivation was to allow pattern matching on expressions of
embedded languages in cases when the constructors of the underlying data
types are hidden.
For more examples, see http://hackage.haskell.org/package/funpat
Feedback is very welcome!
Cheers,
Gergely
More information about the Haskell-Cafe
mailing list