X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2FTODO;h=944518159546db869eb42e96db3f685b8166fed1;hb=2692991205554fa8f2eacdc3e938772ab560edf7;hp=b6bf91893b6f6102cf0518a545365b34a92ef3cd;hpb=e8d14e24769eb587c8d0fc6811d1b383f8039d86;p=spline3.git diff --git a/doc/TODO b/doc/TODO index b6bf918..9445181 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,8 @@ -* Use distribution combinators[1] to get rid of the orphan instance - warnings. - * Update show definitions. -[1] http://stackoverflow.com/questions/4001861/how-small-should-i-make-make-modules-in-haskell +* Document everything. + +* Test whether or not dropping the guards from the Tetrahedron.volume + function speeds things up (and still produces a correct result). + +* Re-run hpc and remove any dead code.