The Data.Vector.Unboxed page on hackage has the following line

class (Vector Vector a, MVector MVector a) => Unbox a

Can someone explain whats the repeating Vector (and MVector) there?