prakhar1989/JSJS

Hindley Milner Type Inference

Closed this issue · 1 comments

For generic functions, type check entire function at declaration using HMTI algorithm.

val square = /\(x) => x * x