core-logic

Ben Sless 2023-11-04T12:42:53.371259Z

What's the best way to implement and model integers of unbound size? should I use fd or just just church encode them? I'm building something simple with only lists and numbers. The only numerical operation it should support is increment