[nem-bug] [Nemerle 0000555]: Arrays in function parameters are not inferred by delayed typing

feedback at nemerle.org feedback at nemerle.org
Thu Oct 27 20:38:51 CEST 2005


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=555> 
======================================================================
Reported By:                nazgul
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   555
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             10-27-2005 20:38 CEST
Last Modified:              10-27-2005 20:38 CEST
======================================================================
Summary:                    Arrays in function parameters are not inferred by
delayed typing
Description: 

def operations = Nemerle.Collections.Hashtable ();
operations.Add ("+", fun (arr) { assert (arr.Length == 2); arr [0] + arr
[1] }); 
def x = operations ["+"] (array [1,2]);


======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
10-27-05 20:38 nazgul         New Issue                                    
======================================================================




More information about the bugs mailing list