Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 165 Bytes

TODO.md

File metadata and controls

6 lines (5 loc) · 165 Bytes
  • differentiate between super type and sub type: function da(x) { Math.parseInt(x) // x is a supertype of string } da('value') // x is a subtype of 'value'