coq-serapi icon indicating copy to clipboard operation
coq-serapi copied to clipboard

Coq Protocol Playground with Se(xp)rialization of Internal Structures.

Results 68 coq-serapi issues
Sort by recently updated
recently updated
newest added

As of today, we have a few parts of the Ast that are using piercing due to Coq not exporting the necessary definitions. We should add tests for each piece...

Fixes #339 Example: ```lisp (Add () "Section foo. Variable (a : nat). Definition b : nat. Proof. exact a. Qed. End foo.") (Exec 7) (Query ((sid 7)) (SecVars b)) (Answer...

kind: enhancement
protocol

The ML API has a mechanism to determine which section variables were used by a proof. Ideally, SerAPI would also allow this. Emilio's comment on Zulip here: https://coq.zulipchat.com/#narrow/stream/237977-Coq-users/topic/Determining.20section.20variables.20used/near/365974818

kind: enhancement
protocol
kind: upstream

I'm working with @rwhender (see https://github.com/ejgallego/coq-serapi/issues/331) in a project using `sertop` to interact with old commits of various Coq projects as part of data collection for AI/ML proof engineering datasets...

After some thinking, I have decided to implement the `coq-lsp` versioning model for Coq SerAPI. This has a lot of advantages, in particular w.r.t. change tracking. That means that we...

The file sertop/sertop.el is licensed under GPL-3+ and isn't mentioned in LICENSE. (and I didn't see it either, so my Debian package got rejected)