Jacek's Blog

Software Engineering Consultant

Jacek Galowicz's Posts tagged "haskell"

Filtering Unique Items from Heterogeneous Lists at Compile Time

March 20, 2022 haskell metaprogramming

This article is about how to filter unique items from heterogeneous lists on the type level in Haskell. This example, without further context, might look a bit esoteric by itself, but I learned a lot writing it and wanted to share the experience.

Read more

Newer Older