标签: haskell ghc
换句话说,如果我有一个像
data Identity a = Identity a
为什么GHC看不到我只有一个构造函数并且假装它看到的是newtype而不是data?
newtype
data