Type Aliases Type Aliases The whole point of type aliases is to make your type annotations easier to read. As your programs get more complicated, you find yourself working wit...
Types as Sets Sets Cardinality Multiplication (Tuples and Records) Addition (Custom Types) Who Cares? Aside on Language Design Types as Sets We have seen primitive types ...
Navigation Multiple Pages Single Page Example UrlRequest LinkClicked UrlChanged Navigation We just saw how to serve one page, but say we are making a website like pack...
More About User Input More About User Input We only covered buttons and text fields, but there are other crazier inputs that you will need eventually. So if you want to see ex...