From: Michael Orlitzky Date: Sat, 9 Jul 2011 03:11:06 +0000 (-0400) Subject: Add another TODO item. X-Git-Tag: 0.0.1~259 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=e78e06dfdd506b24ba671bd86c7c618797b1529c Add another TODO item. --- diff --git a/doc/TODO b/doc/TODO index 2f8af09..1e6a516 100644 --- a/doc/TODO +++ b/doc/TODO @@ -8,3 +8,9 @@ * Figure out why TC.prop_c0120_identity4 and friends are failing. * Figure out why the section (2.5) c_ijk1 identity is failing. + +* Use distribution combinators[1] to get rid of the orphan instance + warnings. + + +[1] http://stackoverflow.com/questions/4001861/how-small-should-i-make-make-modules-in-haskell