Various cleanups
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
{-# LANGUAGE StrictData #-}
|
||||
--{-# LANGUAGE TemplateHaskell #-}
|
||||
module ShapePicture.Data
|
||||
where
|
||||
import Shape
|
||||
import Picture
|
||||
--import Control.Lens
|
||||
|
||||
type SPic = (Shape, Picture)
|
||||
|
||||
_spShape :: SPic -> Shape
|
||||
_spShape = fst
|
||||
_spPicture :: SPic -> Picture
|
||||
_spPicture = snd
|
||||
Reference in New Issue
Block a user