Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Debugging Universe Inconsistencies

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Debugging Universe Inconsistencies


Chronological Thread 
  • From: Christian Doczkal <christian.doczkal AT ens-lyon.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Debugging Universe Inconsistencies
  • Date: Mon, 10 Sep 2018 14:28:18 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=christian.doczkal AT ens-lyon.fr; spf=Pass smtp.mailfrom=christian.doczkal AT ens-lyon.fr; spf=None smtp.helo=postmaster AT labbe.ens-lyon.fr
  • Ironport-phdr: 9a23:S7hHjxERjzFmtOTX2DlvZp1GYnF86YWxBRYc798ds5kLTJ78oMmwAkXT6L1XgUPTWs2DsrQY07WQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDiwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOSMn/mHZisJ+j6xVrxyuqBN934Hab5qYNOZ8c67HYd8WWWRMU8RXWidcAo28dYwPD+8ZMOtGr4n9vVoOrQCiBQmtHuzvzCJDiHHx3aIm0uUhEhvJ3Ag9FN8JrHvUrM/1NKYJUeCpzanH1zPDY+lL1jf69IfJcxMhruuIXb9rb8XRz1IvGxrBjlSQrozlOSmZ1uoXs2WC6edrSOGhi3Y/pg1srTWj2t0gh4vLi44P11zJ9Cd0zJwrKdGmVkJ3ecOoHZRMuy2ANYZ7QNkuT3xmtSogzrALt5i2dzUQxps93R7QcfmHfpCI4h39UOaRJi91hHZ/d72knBm971KsxfP6VsmvyVpKqipEkt7KtnwX2RzT8NCLSvp7/ki/xTaCzx3f5+5YLUwul6fWKYQtzqMxm5cRq0jPADH6lFvugK+TbEok++yo6+r9YrXho5+RL5N7igHkMqQvgcy/HeU4PRIIX2SB5Ou806Hs/Ez6QLpQiv07ibfWsJbBJcgCoq64AwhV0oA55xaxFTeqyM4YkmUfLFJZZBKHiJDkNE3JIPDhFPuwn1CskCpwyP3dJb3gApDNLmDZn7v7fLZ97VRcyAspwtxF6ZJUEOJJHPWmUUjo8dfcExURMgquwu+hBs8u+JkZXDekArWYK7/TuFnAyuUkMeqFYMdBszbnKuM55vfoy3M+kk0edK2B0J0MLXSpGfIgLV/PMimkucsIDWpf5ll2d+ftklDXCWcCNUb3ZLo143QAMKzjCI7CQo63h7nYh3W2GIYTYnFBDBaCCyWxLtnWa7I3cCuXZ/RZvHkcT7H4EN0s0wrrsB79zfxpNLiMo3BKhdfYzNFwotbru1Qy+DhzVpXP12iHRWwyk2UTAjsn26Y5r1Yvklo=

Hi,
>> - Require Import A B. succeeds
>> - Require Import B A. fails
>
> That sounds like a bug, you can open an issue on github with
> reproduction instructions and we will look into it.

Unfortunately, that's an internal repository with well over 10K lines,
and the problem occurs at the end. Should I manage to find a small
example, I will open an issue.

>> globalization of polymorphic reference <ID> would forget universes.
>
> Unfortunately various tactics and commands do not support or badly
> support universe polymorphism. This error means some function hasn't
> been adapted. It should probably be an anomaly.
> Depending on what exactly is failing it may be possible for us to fix
> it, or it could be beyond our current manpower.

This happens when calling one of our own tactics written in OCaml. So
how does one have to adapt tactics in order to properly support universe
polymorphism? (The error occurred while trying to see what happens if I
make just about everything universe polymorphic, so it may or may not be
necessary to fix this)

Thanks for the pointers,
Christian



Archive powered by MHonArc 2.6.18.

Top of Page