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...