"Parameterized types" refer to any Haskell types that take arguments. The most common example is List:
List
Last updated 2 years ago