Probable cause: ‘forM’ is applied to too few arguments
In the expression: forM
In an equation for ‘test’: test = forM
In the expression:
  let
    test :: Int -> Int
    test = forM
  in x + 1
