
17 May
2010
17 May
'10
5:25 a.m.
On Mon, May 17, 2010 at 10:27 AM, Jesper Louis Andersen
On Sun, May 16, 2010 at 7:24 PM, Bas van Dijk
wrote: I just created a new patch that adds the Applicative and Alternative instances for GHC.Conc.STM to Control.Applicative (guarded in a #ifdef __GLASGOW_HASKELL__ block).
+1 from me here. I have a few uses for an applicative and alternative instance of STM.
Also +1 from me. I needed to work around STM not having an Applicative instance in an as of yet unreleased package.