Fork me on GitHub
#core-logic
<
2017-07-07
>
mrchance15:07:14

Hi! Can someone give me a hint on how to add error handling to my logic programs? I'd like to receive a little more information than () when my program fails to produce a result 🙂

mrchance15:07:48

I was thinking about a fall through case that unifies an error parameter to something meaningful, but I am not sure if that is a good idea or even how to do it well