You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Exercises: Type Arguments
- (a)
Char -> Char -> Char
- (d)
Char
- (d)
Num b => b
- (c)
Double
- (a)
[Char]
- (e)
Eq b => b -> [Char]
- (d)
(Ord a, Num a) => a
, a
is also of typeclass Num
due to (1 :: Num
)
- (a)
(Ord a, Num a) => a
- (c)
Integer