coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Guillaume Melquiond <guillaume.melquiond AT inria.fr>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] Easy question re: implicit parameters
- Date: Fri, 15 Sep 2017 17:16:33 +0200
On 15/09/2017 17:02, Soegtrop, Michael wrote:
> Dear Guillaume,
>
>> Is there a use for non-maximal implicit arguments outside of legacy code?
>> If not,
>> adding a new binder syntax is not worth it.
>
> Except that it would make it easier to gradually move standard library code
> towards using maximal implicit arguments.
What do you have in mind?
For example, moving from
Set Implicit Arguments.
Inductive sig (A:Type) (P:A -> Prop) : Type :=
exist : forall x:A, P x -> sig P.
to
Set Implicit Arguments.
Inductive sig {A:Type} (P:A -> Prop) : Type :=
exist : forall x:A, P x -> sig P.
is already gradual. You don't need to go through
Inductive sig [A:Type] (P:A -> Prop) : Type :=
exist : forall x:A, P x -> sig P.
Best regards,
Guillaume
- Re: [Coq-Club] Easy question re: implicit parameters, (continued)
- Re: [Coq-Club] Easy question re: implicit parameters, Guillaume Melquiond, 09/14/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Kevin Sullivan, 09/14/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/14/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Pierre Courtieu, 09/15/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/15/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Maxime Dénès, 09/15/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Ralf Jung, 09/15/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/15/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Guillaume Melquiond, 09/15/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/15/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Guillaume Melquiond, 09/15/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/15/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Guillaume Melquiond, 09/15/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Guillaume Melquiond, 09/15/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Jason Gross, 09/16/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/18/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Guillaume Melquiond, 09/18/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/18/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Maxime Dénès, 09/15/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/15/2017
- RE: [Coq-Club] Easy question re: implicit parameters, Soegtrop, Michael, 09/18/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Pierre Courtieu, 09/15/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Guillaume Melquiond, 09/14/2017
- Re: [Coq-Club] Easy question re: implicit parameters, Ralf Jung, 09/16/2017
Archive powered by MHonArc 2.6.18.