Calling a function inside other function

The full pipe way :slight_smile:

a 
|> Kernel.+(b) 
|> add()