Skip to content

Commit

Permalink
simplify Rastimation
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcallister committed Oct 26, 2011
1 parent cc54238 commit cb0d22b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Propane/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ data Size = Size
newtype Raster = Raster (R.Array R.DIM3 Word8)
deriving (Eq, Show, Typeable)

data Rastimation = Rastimation
{ raFrameDuration :: Time
, raFrames :: S.Seq Raster
} deriving (Eq, Show, Typeable)
newtype Rastimation = Rastimation (S.Seq Raster)
deriving (Eq, Show, Typeable)

0 comments on commit cb0d22b

Please sign in to comment.