X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FPoint.hs;h=e5260ae06a943505e907439a4bff81ee7bbe03b8;hb=957754c693525096c5fd7427decd6404bbb03379;hp=2b8d59736e28e91a5ce1cc9104e5c131305db3c6;hpb=603d9155a29bfbc353b42a6c880edce224626a16;p=spline3.git diff --git a/src/Point.hs b/src/Point.hs index 2b8d597..e5260ae 100644 --- a/src/Point.hs +++ b/src/Point.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE TypeSynonymInstances #-} +{-# LANGUAGE FlexibleInstances #-} module Point where