Iowa Type Theory Commute

Subtyping, the golden key

July 08, 2023 Aaron Stump Season 4 Episode 13
Subtyping, the golden key
Iowa Type Theory Commute
More Info
Iowa Type Theory Commute
Subtyping, the golden key
Jul 08, 2023 Season 4 Episode 13
Aaron Stump

In this episode, I wax rhapsodic for the potential of subtyping to improve the practice of pure functional programming, in particular by allowing functional programmers to drop various irritating function calls that are needed just to make types work out.  Examples are lifting functions with monad transformers, or even just the pure/return functions for applicative functors/monads.

Show Notes

In this episode, I wax rhapsodic for the potential of subtyping to improve the practice of pure functional programming, in particular by allowing functional programmers to drop various irritating function calls that are needed just to make types work out.  Examples are lifting functions with monad transformers, or even just the pure/return functions for applicative functors/monads.