Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Notation for functional relation

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Notation for functional relation


Chronological Thread 
  • From: Guillaume Melquiond <guillaume.melquiond AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Notation for functional relation
  • Date: Mon, 27 Jan 2014 09:16:29 +0100

On 27/01/2014 07:00, Arnaud Spiwack wrote:

And the binary /monadic extension/ is

Definition extension2 f x y := exists a, exists b, x a -> x b -> f a b

Unfortunately no.

In Why3, we display a warning whenever the user writes this kind of predicate ; it has been helpful to debug some broken specifications early. It might be worth having the same warning message in Coq.

Best regards,

Guillaume



Archive powered by MHonArc 2.6.18.

Top of Page