[nem-en] the value called has non-functional type
Vladimir Reshetnikov
v.reshetnikov at gmail.com
Tue Feb 6 15:54:00 CET 2007
Why error?
module A {
public Foo[T,U,V](x : T, y : U) : V
where T : U -> V
{
x(y) /* error : the value called (x) has non-functional type T.874 */
}
}
More information about the devel-en
mailing list