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.
 

191 B

Exercises: Dog Types

  1. Type constructor
  2. * -> *
  3. *
  4. Num a => Doggies a
  5. Doggies Integer
  6. Doggies [Char]
  7. Both.
  8. a -> DogueDeBordeaux a
  9. DogueDeBordeaux [Char]