ct-gradual-typing / Papers

The Combination of Dynamic and Static Typing from a Categorical Perspective
10 stars 0 forks source link

Tasks 2/6 #55

Closed michaelto20 closed 7 years ago

michaelto20 commented 7 years ago
  1. Change :dv syntax to ":dv : "
  2. Add rule we discussed in meeting to evaluator
  3. Look into why this example typechecks:
    add (one s z) (one s z) s z
    ((s z) s) (((((\(s:? -> ?).\(z:?).s z) s)
    • this may be fixed with adding an application case in the type-checking algorithm
michaelto20 commented 7 years ago

Improvements to core type checker: