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 🙂
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