Proposal: remove datatype contexts from base
Sebastian Fischer
fischer at nii.ac.jp
Tue May 24 19:35:28 CEST 2011
+1
On Tue, May 24, 2011 at 4:08 PM, Ross Paterson <ross at soi.city.ac.uk> wrote:
> The Haskell' committee decided to remove datatype contexts from the
> language:
>
> http://www.haskell.org/pipermail/haskell-prime/2011-January/003335.html
>
> (though this doesn't seem to be in the Report yet.)
>
> In the base package there are 4 of these:
>
> Data/Complex.hs:data (RealFloat a) => Complex a
> GHC/Arr.lhs:data Ix i => Array i e
> GHC/Real.lhs:data (Integral a) => Ratio a = !a :% !a deriving (Eq)
> Control/Arrow.hs:newtype ArrowApply a => ArrowMonad a b = ArrowMonad (a ()
> b)
>
> As far as I know, removing them won't break any code that compiles now,
> so let's do it.
>
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20110524/1bd6ab03/attachment.htm>
More information about the Libraries
mailing list