class Move awhere
move :: Point -> a -> ainstance Move DrawCommandinstance Move a => Move (Maybe a)
instance Move Pointinstance Move Rectinstance Move Line
fmove :: (Functor f, Move b) => Point -> fb -> fb
Description
A class for things that have a position and can be moved.