[MOVED] Charlag is a user on mastodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
[MOVED] Charlag @charlag

Hey, and folk, do you have any idea how to express a logic program in Coq? I'm lost

@charlag Don’t understand the question

@borko I want to prove some properties about logic programs. How do I formalize them? Probably as a set of formulas...

@charlag Using the Curry-Howard correspondence.

Also, you have to work on type level.

@charlag This corresponds to a type, and you also need to define functions, obviously.

@charlag But don't listen to me too much, I might fool you. Check this tutorial, if you haven't already done so (coq.inria.fr/tutorial-nahas) and also I think its worth it to check Agda too.