9 lines
435 B
Plaintext
9 lines
435 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Data/Item/Use/Consumption/Ammo.hs:53:27-44: error:
|
||
• Not in scope: type constructor or class ‘ProjectileCreate’
|
||
Perhaps you meant one of these:
|
||
‘ProjectileUpdate’ (line 21), ‘ProjectileDraw’ (line 18)
|
||
• In the Template Haskell quotation ''ProjectileCreate
|
||
|
|
||
53 | deriveJSON defaultOptions ''ProjectileCreate
|
||
| ^^^^^^^^^^^^^^^^^^
|