Akuli / oomph

Yet another attempt at making a usable programming language
MIT License
5 stars 1 forks source link

bad error message for wrong function type #255

Closed Akuli closed 3 years ago

Akuli commented 3 years ago

Working on #249

tests/callback.oomph:10: error: wrong type: should be <function type>, but it's <function type>

    run(callback)
        ^^^^^^^^