Главная
Study mode:
on
1
Intro
2
The problem
3
Systematic type theory
4
Abstracting over types
5
Products
6
Sums
7
Exponentials
8
Unit
9
Algebraic identities
Description:
Explore the importance of algebraic data types in a conference talk from code::dive 2018. Delve into the theory behind types, their connection to category theory and logic, and how functional languages like Haskell and ML exploit this simplicity. Learn why strong static typing is beneficial for detecting bugs at compile time, and understand the complexities of type systems in languages like C++. Discover elements of type theory, including products, sums, exponentials, and algebraic identities. Gain insights into generic programming and the systematic approach to type theory presented by speaker Bartosz Milewski.

Why Algebraic Data Types Are Important

code::dive conference
Add to list