WhyML: merge curried applications (fixes #16890)
Since we are going to handle partial application of logical symbols, there is no need to be rigid about currying: (((=) 0) 1) should be (0 = 1) and not (((\ x y. x = y) @ 0) @ 1).
Showing
Please register or sign in to comment