Skip to Content.
Sympa Menu

coq-club - implicit typing of abstractions

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

implicit typing of abstractions


chronological Thread 
  • From: Pierre CASTERAN <Pierre.Casteran AT labri.u-bordeaux.fr>
  • To: coq-club AT pauillac.inria.fr
  • Subject: implicit typing of abstractions
  • Date: Tue, 21 Jul 1998 11:16:13 +0200



Hello,

  Which is the criterium with respect to which we can use the
"?" joker for typing ?

 If i try :

  Check [i:?](S (S i)).

 I get the message :

 Error: The term [i:?](S (S i)) failed to typecheck:
 unconstrained isevar

 instead of the "nat->nat" i was expecting.

 Is it impossible for Coq to use a Milner-like typing procedure which
 uses the typings of free variables ?

Best Regards,
Pierre






Archive powered by MhonArc 2.6.16.

Top of Page