gadt

Tag

Cards List
#gadt

Zero-Cost 'Tagless Final' in Rust with GADT-style Enums

Lobsters Hottest · 2026-08-28 Cached

This article explores implementing the 'tagless final' pattern in Rust with GADT-style enums, showing how the compiler can erase abstractions for zero-cost performance.

0 favorites 0 likes
#gadt

Existentials on a Leash

Lobsters Hottest · 2026-07-24 Cached

A technical article presenting an encoding for existential types in Haskell using linear functions and unsafeCoerce, enabling 'naked' existentials without GADT wrappers, and demonstrating it with a safe variant of the lens combinator unsafePartsOf.

0 favorites 0 likes
← Back to home

Submit Feedback