[vector] #50: Enable overlapping instances
vector
vector at projects.haskell.org
Sun Jan 23 20:19:26 EST 2011
#50: Enable overlapping instances
------------------------+---------------------------------------------------
Reporter: choener | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: 0.8
Version: 0.7 | Keywords:
------------------------+---------------------------------------------------
Hi,
GHC aims to change the behavior of overlapping instances to allow client
code to overlap anything. If this does not make it into the next version
of GHC to be released, could we have overlapped instances enabled in the
library?
I would like to specialize Show instances for RNA secondary structure, so
that they read more like a biologist likes them, aka:
"mkPrimary ACGUACU" instead of "fromList [A,C,G] :: Data.Vector.Unboxed"
Gruss,
Christian
--
Ticket URL: <http://trac.haskell.org/vector/ticket/50>
vector <http://trac.haskell.org/vector>
Package vector
More information about the vector
mailing list