> For the complete documentation index, see [llms.txt](https://haskell.hpmeducation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://haskell.hpmeducation.com/types-in-haskell/data-structure-types.md).

# Data Structure Types

We have explored the basic types of Haskell. Now let's take a look at the data type structures - **lists** and **tuples**, starting with **Lists**.
