move from coq to rocq#162
Conversation
|
@damien-pous is this specifically for 9.0 or is it Rocq master compatible? Maybe best would be to do Rocq master version first, then merge into |
|
Hi Karl, |
|
But then it would make sense for this PR to target |
|
It does compile with rocq dev too (with two new warnings which would be easy to fix) |
|
I have a merge here: which also compiles (using make) under both Rocq master and 9.0.0 |
|
Hi again @palmskog , I've tried again to fix dune compilation (with coq-core compatibility shim, I had not understood they would be necessary before) But I stumble upon the following problem: it seems the stdlib path is not correctly bound to Stdlib, so that I cannot import its modules, unless I explicitly add an "-R path Stdlib" to the dune flags. |
…her boilerplate to Rocq, remove what can't be salvaged
Hi @palmskog
I'm trying to prepare a 9.0.0 version ; here is a pr for using rocq only, not the transitional packages.
Everything compiles with [make] with just rocq-prover 9.0.0
There are still things I don't know how to do (Makefiles for documentaion, meta files, compilation with dune), though.
Please tell me if I should do things differently.