stefankoegel / clickyEvaluation

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

Adding Infix functions to Operator datatype #27

Closed starkstark closed 8 years ago

starkstark commented 8 years ago

Added an additional constructor to the Op-type for infix functions. Changed Evaluator, Typechecker und tests accordingly