[nem-bug] [Nemerle 0000764]: The partial application don't work
with :> operator
feedback at nemerle.org
feedback at nemerle.org
Mon Sep 25 02:04:39 CEST 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=764>
======================================================================
Reported By: VladD2
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 764
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 09-25-2006 02:04 CEST
Last Modified: 09-25-2006 02:04 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
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
09-25-06 02:04 VladD2 New Issue
======================================================================
More information about the bugs
mailing list