Currently, ‘val x = …’ is treated as ‘val x as _fresh = …’. One wants the same convention as in ML: it should be treated as ‘val x as x = …’.
Currently, ‘val x = …’ is treated as ‘val x as _fresh = …’. One wants the same convention as in ML: it should be treated as ‘val x as x = …’.