ChildsplayOSU / bogl

Haskell implementation of the BoGL language
https://bogl.engr.oregonstate.edu
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Minor fixes #145

Closed alexgrejuc closed 4 years ago

alexgrejuc commented 4 years ago

In fixing the issue I introduced in the PR for improving the error structure, I created a partial cterr function. While trying to ensure that wouldn't happen again, I realized I introduced compiler warnings so I fixed those too. Finally, I made a one line change to fix a show instance which had an extra space.