Remove the need for mandatory spaces around ':' in function parameters.
Now functions such as let fun f (x:Int):Int = ... are parsed correctly (that is, its parameter is 'x' with type Int).
Please register or sign in to comment
Now functions such as let fun f (x:Int):Int = ... are parsed correctly (that is, its parameter is 'x' with type Int).