Guest User

Untitled

a guest
Sep 7th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Main.hs:62:19: error: Variable not in scope: gridWidthParam :: Int
  2. |
  3. 62 | | x < 0 || x >= gridWidthParam || y < 0 || y >= gridHeightParam = grid
  4. | ^^^^^^^^^^^^^^
  5.  
  6. Main.hs:62:51: error: Variable not in scope: gridHeightParam :: Int
  7. |
  8. 62 | | x < 0 || x >= gridWidthParam || y < 0 || y >= gridHeightParam = grid
  9. |
Advertisement
Add Comment
Please, Sign In to add comment