Commit before attempting to remove ptDraw field
This commit is contained in:
+3
-1
@@ -21,12 +21,14 @@ module Shape
|
||||
import Geometry
|
||||
import Shape.Data
|
||||
import Color
|
||||
import qualified Streaming.Prelude as S
|
||||
--import qualified Streaming.Prelude as S
|
||||
|
||||
singleShape :: ShapeObj -> Shape
|
||||
{-# INLINE singleShape #-}
|
||||
singleShape = (:[])
|
||||
|
||||
shMap :: (ShapeObj -> ShapeObj) -> Shape -> Shape
|
||||
{-# INLINE shMap #-}
|
||||
shMap = map
|
||||
|
||||
emptySH :: Shape
|
||||
|
||||
Reference in New Issue
Block a user