[nem-bug] [Nemerle 0000567]: unregistered value with 'with' matching
feedback at nemerle.org
feedback at nemerle.org
Tue Nov 8 22:43:12 CET 2005
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=567>
======================================================================
Reported By: malekith
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 567
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 11-08-2005 22:43 CET
Last Modified: 11-08-2005 22:43 CET
======================================================================
Summary: unregistered value with 'with' matching
Description:
match ([] : list [int]) {
| [assign] with assigns = [assign]
| assigns =>
System.Console.WriteLine (assigns)
}
foo.n:3:30:3:36: warning: unregistered local a value bound in pattern
assign, 885
error: internal compiler error: assertion failed in file typing/Typer2.n,
line 729
in <0x0160b> Nemerle.Compiler.Typer2:DoWalk (Context ctx,
Nemerle.Compiler.Typedtree.TExpr expr)
in <0x00135> Nemerle.Compiler.Typer2:Walk (Context ctx,
Nemerle.Compiler.Typedtree.TExpr expr)
in <0x034f9> Nemerle.Compiler.Typer2:DoWalk (Context ctx,
Nemerle.Compiler.Typedtree.TExpr expr)
in <0x00135> Nemerle.Compiler.Typer2:Walk (Context ctx,
Nemerle.Compiler.Typedtree.TExpr expr)
in <0x00026> Nemerle.Compiler.Typer2:Walk
(Nemerle.Compiler.Typedtree.TExpr expr)
in <0x00058> Nemerle.Compiler.Typer2+_N_lambda59577:apply
(Nemerle.Compiler.LocalValue _N_59575, Nemerle.Compiler.Typedtree.TExpr
_N_59576)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
11-08-05 22:43 malekith New Issue
======================================================================
More information about the bugs
mailing list