我是Haskell的新学习者,我的代码如下:
data Num a=>Units a = Units a (SymbolicManip a ) deriving (Eq)
我不确定如何修复它?
有人可以帮帮我吗?
haskell
haskell ×1