ANNOUNCE: test-framework-doctest 0.1

test-framework-doctest [1] provides a wrapper for running doctests [2] in test-framework [3]. This uses the newly minted API exposed by doctest 0.4 that Simon Hengel just announced [4]. The current incarnation of the package is a very rudimentary. Patches are more than welcome [5]. Many thanks to Simon Hengel for working with me on this. [1] http://hackage.haskell.org/package/test-framework-doctest [2] http://hackage.haskell.org/package/doctest-0.4.0 [3] http://hackage.haskell.org/package/test-framework-0.4.0 [4] http://www.haskell.org/pipermail/haskell-cafe/2011-July/093748.html [5] https://github.com/sakari/test-framework-doctest Sakari

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
participants (2)
-
Dévai Gergely
-
Sakari Jokinen