[Nemerle 0001157]: ICE at partial application in a templated class

1 view
Skip to first unread message

feed...@nemerle.org

unread,
Dec 13, 2008, 12:52:47 PM12/13/08
to nemerl...@googlegroups.com

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
======================================================================

Reply all
Reply to author
Forward
0 new messages