Skip to content

Commit

Permalink
fix haddock comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyrosenbluth committed Apr 8, 2014
1 parent b17f897 commit be551a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Diagrams/TwoD/Image.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ data ImageData :: * -> * where
ImageRef :: FilePath -> ImageData External

-------------------------------------------------------------------------------
-- | An image primitive.
-- | An image primitive, the two ints are width followed by height.
data DImage :: * -> * where
DImage :: ImageData t -> Int -> Int -> T2 -> DImage t
-- ^ width, height, applied transformation
deriving Typeable

type instance V (DImage a) = R2
Expand Down

0 comments on commit be551a4

Please sign in to comment.