[nem-bug] [Nemerle 0000764]: The partial application don't work
with :> operator
feedback at nemerle.org
feedback at nemerle.org
Tue Sep 26 19:17:21 CEST 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=764>
======================================================================
Reported By: VladD2
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 764
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 09-25-2006 02:04 CEST
Last Modified: 09-26-2006 19:17 CEST
======================================================================
Summary: The partial application don't work with :> operator
Description:
using Nemerle.Utility;
class Class1 {}
def arr1: array[object] = array[Class1(), Class1(), Class1()];
def _arr2: array[Class1] = arr1.ConvertTo(_ :> Class1);
----------------------------------------------------------
Main.n(6,43,6,44): error : found pattern expression (_ ) inside a raw
xpression
======================================================================
----------------------------------------------------------------------
malekith - 09-26-06 19:17
----------------------------------------------------------------------
Resolved on trunk, r6719.
Issue History
Date Modified Username Field Change
======================================================================
09-25-06 02:04 VladD2 New Issue
09-26-06 19:17 malekith Status new => resolved
09-26-06 19:17 malekith Resolution open => fixed
09-26-06 19:17 malekith Assigned To => malekith
09-26-06 19:17 malekith Note Added: 0001460
======================================================================
More information about the bugs
mailing list