darcs

Patch 594 drop unneeded MonadPlus AnnotatedM instance

Title drop unneeded MonadPlus AnnotatedM instance
Superseder Nosy List ganesh
Related Issues
Status accepted Assigned To
Milestone

Created on 2011-04-17.21:26:24 by ganesh, last changed 2011-06-07.06:55:28 by darcswatch. Tracked on DarcsWatch.

Files
File name Status Uploaded Type Edit Remove
drop-unneeded-monadplus-annotatedm-instance.dpatch ganesh, 2011-04-17.21:26:24 text/x-darcs-patch
unnamed ganesh, 2011-04-17.21:26:24
See mailing list archives for discussion on individual patches.
Messages
msg13931 (view) Author: ganesh Date: 2011-04-17.21:26:24
A minor followup to patch576

1 patch for repository darcs-unstable@darcs.net:screened:

Fri Apr 15 19:49:15 BST 2011  Ganesh Sittampalam <ganesh@earth.li>
  * drop unneeded MonadPlus AnnotatedM instance
Attachments
msg13932 (view) Author: darcswatch Date: 2011-04-17.21:35:37
This patch bundle (with 1 patches) was just applied to the repository http://darcs.net/screened.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_screened.html#bundle-75ec506874ee30c130d6792999d0f61ffec04a91
msg13967 (view) Author: mornfall Date: 2011-04-28.16:34:50
Ganesh Sittampalam <bugs@darcs.net> writes:

drop unneeded MonadPlus AnnotatedM instance
-------------------------------------------
>  type AnnotatedM = State Annotated
>  
> -instance MonadPlus AnnotatedM where -- :(
> -    mplus a b = a >> b -- this is wrong, but we can't catch here
> -
>  instance ApplyMonad AnnotatedM where
>    mDoesDirectoryExist _ = return True
>    mReadFilePS = fail "mReadFilePS undefined for Annotated"

ACK

-- 
id' Ash = Ash; id' Dust = Dust; id' _ = undefined
msg13998 (view) Author: darcswatch Date: 2011-05-08.09:55:48
This patch bundle (with 1 patches) was just applied to the repository http://darcs.net/.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_.html#bundle-75ec506874ee30c130d6792999d0f61ffec04a91
msg14505 (view) Author: darcswatch Date: 2011-06-07.06:55:28
This patch bundle (with 1 patches) was just applied to the repository http://darcs.net/reviewed.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-75ec506874ee30c130d6792999d0f61ffec04a91
History
Date User Action Args
2011-04-17 21:26:24ganeshcreate
2011-04-17 21:27:09darcswatchsetdarcswatchurl: http://darcswatch.nomeata.de/repo_http:__darcs.net_.html#bundle-75ec506874ee30c130d6792999d0f61ffec04a91
2011-04-17 21:35:37darcswatchsetstatus: needs-screening -> needs-review
messages: + msg13932
2011-04-28 16:34:50mornfallsetmessages: + msg13967
2011-05-08 09:55:48darcswatchsetstatus: needs-review -> accepted
messages: + msg13998
2011-05-09 05:33:44ganeshsetstatus: accepted -> accepted-pending-tests
2011-05-10 17:36:01darcswatchsetdarcswatchurl: http://darcswatch.nomeata.de/repo_http:__darcs.net_.html#bundle-75ec506874ee30c130d6792999d0f61ffec04a91 -> http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-75ec506874ee30c130d6792999d0f61ffec04a91
2011-06-07 06:55:28darcswatchsetstatus: accepted-pending-tests -> accepted
messages: + msg14505