.. frontmatter title: List date: 2015-17-24 author: Johannes Löthberg author_link: /~kyrias/about.html .. code:: haskell data List a = Cons a (List a) | Nil