where
toInt :: a -> Int
instance ToInt a where
toInt _ = 0
instance ToInt Int where
toInt a=a
default имплементацию метода у класса можно сделать
Обсуждают сегодня