[nem-bug] [Nemerle 0000812]: conversions are not delayed

feedback at nemerle.org feedback at nemerle.org
Tue Dec 19 14:20:16 CET 2006


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=812> 
======================================================================
Reported By:                malekith
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   812
Category:                   Compiler (type engine)
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             12-19-2006 14:20 CET
Last Modified:              12-19-2006 14:20 CET
======================================================================
Summary:                    conversions are not delayed
Description: 
module M {
  public foo (x : int) : int { 3 }
  public foo (x : string) : int { 3 }
}

def f(x) { M.foo (x) :> uint }
f("foo")

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

Issue History
Date Modified  Username       Field                    Change              
======================================================================
12-19-06 14:20 malekith       New Issue                                    
======================================================================




More information about the bugs mailing list