return to top
source
Try to simplify projections .proj _ i s where s is constructor.
.proj _ i s
s
Application over application.
let g := f a g b
is simplified to f a b.
f a b
Try to apply simple simplifications.