cd/sources/haskellforall-auto-discoveredΒ· homeβ€Ί sourcesβ€Ί Haskellforall (auto-discovered)
cat /sources/haskellforall-auto-discovered.feed | wc -l β†’ 2

Haskellforall (auto-discovered)

articles 2 domain haskellforall.com β†’ feed RSS
00:00
2026-07-07
haskellforall.com
developer-tools

Mechanized type inference for record concatenation

A developer has published a mechanized type inference algorithm for biased record concatenation, based on Mitchell Wand's 1991 paper, to address challenges in type-checking the Nix language. The algor…

12:46
2026-06-23
haskellforall.com
developer-tools

Record type inference for dummies

A developer explains the basics of type inference for anonymous records, arguing that good type inference for such records is a key missing feature in statically typed languages. The post introduces t…