9 lines
411 B
Plaintext
9 lines
411 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Reloading.hs:25:22-40: error:
|
||
• The constructor ‘ReloadAction’ should have 2 arguments, but has been given 3
|
||
• In the pattern: ReloadAction x la j
|
||
In the pattern: SelItem i (ReloadAction x la j)
|
||
In the pattern: Just (SelItem i (ReloadAction x la j))
|
||
|
|
||
25 | Just (SelItem i (ReloadAction x la))
|
||
| ^^^^^^^^^^^^^^^^^^^
|