Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Agda-like notation for dependent function types

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Agda-like notation for dependent function types


Chronological Thread 
  • From: Abhishek Anand <abhishek.anand.iitg AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Agda-like notation for dependent function types
  • Date: Sun, 21 Dec 2014 17:25:32 -0500

I feel that people who are unfamiliar with the propositions-as-types philosophy
might consider the notation 
(n : nat) -> (Vec n)
more natural  than 
forall (n : nat), (Vec n)

Is there some way in Coq to write dependent
function types in the former way?

Regards,



Archive powered by MHonArc 2.6.18.

Top of Page