Cleanup warnings

This commit is contained in:
jgk
2021-05-17 22:39:18 +02:00
parent d7fcdbf550
commit 69f915a894
102 changed files with 1243 additions and 1185 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
module Geometry.Data
( Point2 (..)
, Point3 (..)
, Point4 (..)
( Point2
, Point3
, Point4
)
where
type Point2 = (Float,Float)