[darcs-devel] darcs patch: Add tests specifically for applying
patc... (and 2 more)
Eric Y. Kow
eric.kow at gmail.com
Sat Apr 21 13:50:33 PDT 2007
Hi,
Haven't had a proper look yet, thought you might want some initial
comments. Off to bed whilst darcs commutes away (poor thing).
On Fri, Apr 20, 2007 at 17:21:12 -0700, David Roundy wrote:
> - apply_patches_with_feedback [] False feedback putInfo
> + apply_patches_with_feedback [] feedback putInfo
I personally would waited for unstable to get rid of that superfluous
isW flag, mostly in the interests of avoiding conflicts.
> +data TolerantIO a where
> + TThen :: TolerantIO a -> (a -> TolerantIO b) -> TolerantIO b
Is it ok to have GADTs in stable? Weren't there issues with GADTs in
GHC?
> + tio >>= f = TThen tio f
The TThen, TCatch, etc stuff is kinda neat.
--
Eric Kow http://www.loria.fr/~kow
PGP Key ID: 08AC04F9 Merci de corriger mon français.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://lists.osuosl.org/pipermail/darcs-devel/attachments/20070421/fb1ef97f/attachment.pgp
More information about the darcs-devel
mailing list