tsahyt / clingo-haskell

Haskell bindings to the clingo C API
MIT License
10 stars 2 forks source link

Improve reporting of runtime errors #3

Open tsahyt opened 6 years ago

tsahyt commented 6 years ago

Clingo can throw runtime errors. The Python interface seems to provide slightly better reports than the Haskell bindings, which at the moment only echo "runtime error".