Jesse Down South
/- ConnectTech (2:20)
- Dandie Dinmont (4:07)
- Oh Composable World! - Brian Lonsdorf (5:20)
- Applicative Effects in Free Monads (8:09)
- "Anything free is relative to what you forget" (11:32)
liftFree (Const "a") <*> liftFree (Const "b") = Free (Const "ab") liftFree (Const "a") `ap` liftFree (Const "b") = Free (Const "a")
- Eta (formerly GHCVM) (16:16)
- Lets make Minecraft mod on Haskell (16:30)
- Apex (16:44)
- LINQ (17:00)
- Extensible Records (17:45)
- purescript-typelevel (18:05)
- purescript-typelevel-eval (18:15)
- Idris (18:26)
- Jesse Williamson (22:50)