ab·surd·li

matter patching

  sumList (x:xs)  = x + (sumList xs)
  sumList []      = 0