stefankoegel / clickyEvaluation

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

Get rid of foreign imports #16

Closed stefankoegel closed 8 years ago

stefankoegel commented 9 years ago

There are two foreign function definitions in Main.hs, that should at least be in their own little library.

See also #17