Created by: ethan
The -Wall flag was generating lots of warnings, so I went through and fixed them all. Mostly this meant replacing unused variables with underscores, fixing names which shadowed other names, and adding type annotation.
Created by: ethan
The -Wall flag was generating lots of warnings, so I went through and fixed them all. Mostly this meant replacing unused variables with underscores, fixing names which shadowed other names, and adding type annotation.