For the complete documentation index, see llms.txt. This page is also available as Markdown.

Built-in Parameterized Types

"Parameterized types" refer to any Haskell types that take arguments. The most common example is List:

Last updated