@rae: Connecting linearity and relevance in Dependent Haskell

preview_player
Показать описание
I present the main result of a recent POPL paper, in how we can use Haskell's linearity mechanism to denote relevance and type erasure in Dependent Haskell.

Рекомендации по теме
Комментарии
Автор

This was a delightfully short and insightful video! I had never seen the relationship between parametricity and linear types.

ElliotPotts
Автор

Just, wow!. Didn't expect to see linearity and dependent types so closely related

luismorillo
Автор

neat!

Personally I really dislike the Idris syntax for linear stuff; (1 x :: t) looks weird to my eyes. What's the haskell syntax gonna look like?

__-cxlg