Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Axioms reported by coqchk

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Axioms reported by coqchk


Chronological Thread 
  • From: Ralf Jung <jung AT mpi-sws.org>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Axioms reported by coqchk
  • Date: Fri, 19 Aug 2016 15:46:50 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jung AT mpi-sws.org; spf=Pass smtp.mailfrom=jung AT mpi-sws.org; spf=None smtp.helo=postmaster AT hera.mpi-klsb.mpg.de
  • Ironport-phdr: 9a23:lpMaXRRPO1pvq1OKvBOj5XRmAdpsv+yvbD5Q0YIujvd0So/mwa64YBON2/xhgRfzUJnB7Loc0qyN4vmmAzJLv8vJ8ChbNscdD1ld0YRetjdjKfbNMVf8Iv/uYn5yN+V5f3ghwUuGN1NIEt31fVzYry76xzcTHhLiKVg9fbytScbshsi6n9q/54fUK10RwmHsOPUocl7o8E2R7pBQ2to6bP5pi1PgmThhQ6xu32RmJFaezV7Xx/yb29pdyRlWoO8r7MVaUK/3LOwSRL1cCyk6YShuvJW4/UqLcQza7XwFF24SjxBgAg7f7Ri8UI2inDH9s79H0S2Ude/rS798DTa/6ahDTQfpzTwYLHg+6m6B2Z84t75SvB/0/083+IXTeozAbPc=

Hi,

> On 08/19/2016 03:13 PM, Ralf Jung wrote:
>> However, if "--list-dependencies-of" would take wildcards, like "iris.*"
>> that could work.. oh wait, no. That would also cover all the reexported
>> unused axioms from the standard library, right?
>
> That was the kind of think I was thinking about. And no, I do not think
> you can access an stdlib axiom via iris qualified names.

Isn't it the case that if I say in iris/prelude/base.v

Require Import Setoid

then I can later access "iris.prelude.Setoid"?
I thought that's what you were referring to when you said that one can
still access non-exported names through their fully qualified name.

However, somehow, it must be clear in the .vo file whether a name is
defined here or whether it is just re-exported -- and then coqchk should
simply check everything that's defined in the modules it gets as
argument, but nothing that's just re-exported. Couldn't that work?

Kind regards,
Ralf



Archive powered by MHonArc 2.6.18.

Top of Page