Append class Monoid a where mempty :: a mappend :: a -> a -> a -- ^ Identity of 'mappend' -- ^ An associative operation; 35. class (Monoid intermediate) ...
確定! 回上一頁