While dealing with lambda calculus expression that I mentioned in my previos post, from time to time many paranthesis appears. Exampli gratia: While trying to SKI equivalent of
λx.λy.+ x y,
intermediate expressions like
S (S (K S) (S (K (S (K +))) (S (λx K) (λx x)))) (λx I)
can be encountered. While dealing with such expression text [...]
