diff --git a/src/talks/patrick-stapfer.js b/src/talks/patrick-stapfer.js index df38c59..f31f93d 100644 --- a/src/talks/patrick-stapfer.js +++ b/src/talks/patrick-stapfer.js @@ -3,8 +3,8 @@ const keywords = require("../keywords"); module.exports = { speakers: [require("../speakers/patrick-stapfer")], - title: "ReasonML", - description: "", + title: "Making Unreasonable States Impossible", + description: "Based on @nikgraf's introduction to Reason (Get started with Reason), this talk goes deeper into the world of variant types and pattern matching and puts them into a practical context. You will learn how these tools help you design solid APIs, which are impossible to misuse by consumers. Additionally you will get more insights into practical ReasonReact code.", type: enums.PRESENTATION, keywords: require("../speakers/patrick-stapfer").keywords, };