Do you know any tool / any manual method to proove a programm written with logic programming? I'm reading the Reasoned Schemer to get further acquainted with logic programming, I could translate my logic Clojure code into logic Scheme if necessary.
In case you'd ask for any code example, you can have a loook here: https://github.com/piotr-yuxuan/polygam However, just keep in mind it's a big mess currently under heavy development.
I already know a (very tiny) bit about formal proof of a program and I love to learn. Thanks in advance for your kind replies.