Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ATL JS: Intro to Elm

ATL JS: Intro to Elm

Jeremy Fairbank

November 28, 2017
Tweet

More Decks by Jeremy Fairbank

Other Decks in Programming

Transcript

  1. The 2nd argument to function `add` is causing a mismatch.

    7| add 2 "3" ^^^ Function `add` is expecting the 2nd argument to be: Int But it is: String Compile time static type checks