My journey to the heart of Haskell ยท Defining functions Basic definition next x = x + 1 Here we define a function that returns a number that is one...