Carp
Carp copied to clipboard
Game of Life example is broken
Complaints about multiple identical lookups.
This seems to be related to the submodule loading:
(use SDL.Event)
(use SDL.Keycode)
(use SDL.Mouse)
(use SDL.MouseState)
This seems to add the parent module multiple times?
@hellerve Aha! I think you're onto something there.
Since removing these lines (and fixing the paths afterwards) fixes the program, this must be it somehow.