infer voor statements
[cc1516.git] / examples / Markus / infinite_type_shouldfail.spl
1 // An example from the slides. This should give a type error.
2
3 f(x)
4 {
5 return f( (x, x) );
6 }