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

Renaming input #180

Open MartinErwig opened 3 years ago

MartinErwig commented 3 years ago

We should rename the function input to ?input to distinguish it from parameter and other names and to emphasize that it denotes an interaction (and not a pure function).