getify/TypL

Another example of Typl inference

getify opened this issue · 0 comments

function foo(v) {
    return v;
}

var x = foo(2);
x = "hello";  // error: expected 'int' but found 'string'