Closed jimyu94 closed 6 years ago
Thanks for trying hs-to-coq
. At the moment, supporting multiple versions of Coq is not a priority, so I recommend that you try 8.6 for now (opam
can help with managing multiple versions of Coq).
If you find that this problem is easily fixable in a way that works with both 8.6 and 8.7, please submit a patch!
Ok, Coq 8.7 is supported now. @jimyu94, if that prevented you from trying hs-to-coq, try again :-)
I tried to compile with Coq 8.7.1 and coq-mathcomp-ssreflect 1.6.4, but got the following error:
I didn't try it with Coq 8.6, but I suppose this error occurs since I am using 8.7.1. Considering Coq 8.7 is a compatibility-focused release, I guess your code could be easily converted to this version. Would you please commit a change? Thank you so much!