existential-types

Tag

Cards List
#existential-types

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
#existential-types

Erasing Existentials

Lobsters Hottest · 2026-05-20 Cached

A deep dive into existential quantification in Rust's type system, comparing `dyn Trait` and `impl Trait`, and exploring advanced patterns for existentially quantified type variables beyond `Self`.

0 favorites 0 likes
← Back to home

Submit Feedback