The following issue has been SUBMITTED.
======================================================================
<
http://nemerle.org/bugs/view.php?id=1157>
======================================================================
Reported By: Don Reba
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 1157
Category: Compiler (type engine)
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 12-13-2008 18:52 CET
Last Modified: 12-13-2008 18:52 CET
======================================================================
Summary: ICE at partial application in a templated class
Description:
class C['T]
{
public this(ll : list[list['T]])
{
def f(l : list['T])
{
def Partial(_ : 'T) {}
l.Iter(Partial(_))
}
ll.Iter(f);
}
}
_ = C([[2, 3, 5, 7]]);
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-13-08 18:52 Don Reba New Issue
======================================================================