X.hoge って書いたら、Xは必ずモジュール名?

data X = X [Int] deriving Show
で、
main = print $ (X.sort) [3,2,1]
とかするとコンパイルエラーになる。sort.sortはいけるのに。