    • Couldn't match type ‘b0 -> a0 -> b0’ with ‘Int’
      Expected: Int -> Int
        Actual: (b0 -> a0 -> b0) -> b0 -> t0 a0 -> b0
    • Probable cause: ‘foldl’ is applied to too few arguments
      In the expression: foldl
      In an equation for ‘test’: test = foldl
   |
83 | test = foldl
   |
