Ticket #5685 (closed feature request: fixed)

Opened 18 months ago

Last modified 16 months ago

Proposal: Move the instances from Control.Monad.Instances into GHC.Base

Reported by: basvandijk Owned by:
Priority: normal Milestone: 7.6.1
Component: Compiler Version: 7.2.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Edward Kmett  proposed to move the instances from Control.Monad.Instances to GHC.Base.

The deadline of the proposal has passed and no objections were raised.

The attached patch implements Edward's proposal with a slight modification: the instances for Either are moved to Data.Either.

Attachments

Change History

Changed 17 months ago by igloo

  • status changed from new to patch
  • difficulty set to Unknown
  • milestone set to 7.6.1

Changed 16 months ago by igloo

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

Thanks, applied:

commit 7c1dff56f8071e62c708679d79299b062806ff91
Author: Bas van Dijk <v.dijk.bas@gmail.com>
Date:   Wed Dec 7 15:37:31 2011 +0100

    Moved the instances from Control.Monad.Instances to GHC.Base and Data.Either
Note: See TracTickets for help on using tickets.