Articles by Tag #adts

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Disjoint Unions in C

It's not immediately clear how to express this Haskell type in C: data Tree = Leaf Int | Inner...

Learn More 1 1Sep 10 '24

Sum Types in Python

Python is a lovely language. However, when working in Python I frequently find myself missing...

Learn More 0 0Oct 18 '24