[Ur] Polymorphic function types?

Adam Chlipala adamc at impredicative.com
Thu Oct 13 19:37:41 EDT 2011


Ron de Bruijn wrote:
> con nametwo::Type = int ? Type -> int (* not OK *)

The problem here is very basic: "?" is a parsing non-terminal, not a 
literal token.  You need to fill in one of its concrete values (there 
are only two).



More information about the Ur mailing list