core-logic

2017-07-07T15:19:14.596929Z

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 🙂

2017-07-07T15:20:48.652051Z

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