stefankoegel / clickyEvaluation

Visual tool for stepwise evaluation of simple Haskell expressions
MIT License
20 stars 4 forks source link

Missing feature: infix functions #9

Closed stefankoegel closed 6 years ago

stefankoegel commented 9 years ago

Implement the conversion of normal functions to infix functions: foo a b <=> a 'foo' b

'div' and 'mod' are currently hard coded as infix operators. After this change, they can be changed to normal functions.

stefankoegel commented 8 years ago

Assigned to @starkstark .

stefankoegel commented 6 years ago

Done by Manuel