Use strict tuples for SPics
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
module ShapePicture.Data where
|
||||
|
||||
import Data.Strict.Tuple
|
||||
import Picture.Data
|
||||
import Shape.Data
|
||||
type SPic = (Shape, Picture)
|
||||
|
||||
type SPic = Pair Shape Picture
|
||||
|
||||
Reference in New Issue
Block a user