Ticket #10 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

Specialise mapM and friends for ST and IO

Reported by: rl Owned by:
Priority: major Milestone: 0.7.1
Version: 0.6 Keywords:
Cc:

Description

We can fuse better (perhaps even do things in place) in these particular monads but I'm not convinced it's worth it. It looks like a very special case.

Change History

Changed 3 years ago by choener

All my major DP algorithms tend to live in ST right now as I need in-place updates. It is possible, however, to just unsafefreeze the array I work on. The frozen version can then be used.

Changed 3 years ago by rl

  • priority changed from minor to major
  • milestone set to 0.7.1

Changed 2 years ago by rl

  • status changed from new to closed
  • resolution set to fixed

Fixed by:

Mon May 16 20:48:39 BST 2011 Roman Leshchinskiy <rl@…>

  • Reimplement specialisation of monadic functions
Note: See TracTickets for help on using tickets.