X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMisc.hs;h=83b439c4e503529b4dbe482a532e5c87d196f200;hb=9d43550513b9602d211430283505fe810556e0c1;hp=e6cd07ea987cbfb38a621b2b10c6afe6f3d329e6;hpb=a499efdb0e215ac424fe7c38a52430daebefc22b;p=spline3.git diff --git a/src/Misc.hs b/src/Misc.hs index e6cd07e..83b439c 100644 --- a/src/Misc.hs +++ b/src/Misc.hs @@ -110,7 +110,7 @@ test_flatten1 = assertEqual "flatten actually works" expected_list actual_list where target = [[[1::Int]], [[2, 3]]] - expected_list = [1, 2, 3] + expected_list = [1, 2, 3] :: [Int] actual_list = flatten target