Ticket #4076 (closed proposal: fixed)
Add Applicative instance for STM
Description
I propose adding an Applicative instance for STM.
The first attached patch adds an Applicative instance for STM to base/GHC/Cons.lhs.
Note I had to create a base/Control/Applicative.hs-boot file and import Applicative using {-# SOURCE #-} because I got a "Module imports form a cycle for modules" error.
The second attached patch adds an Applicative instance for the sequential STM to: stm/Control/Sequential/STM.hs
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

