stefankoegel / clickyEvaluation

Visual tool for stepwise evaluation of simple Haskell expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing feature: infix functions

stefankoegel opened this issue · comments

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.

Assigned to @starkstark .

Done by Manuel