class Show a where show :: a -> String. This code declares a new type class called Show , which is parameterized by the type variable a .
確定! 回上一頁