[svn] r6176: nemerle/trunk/ncc/typing/Macros.n

nazgul svnadmin at nemerle.org
Thu Apr 6 20:02:15 CEST 2006


Log:
Fix quoted constraint generation

Author: nazgul
Date: Thu Apr  6 20:02:10 2006
New Revision: 6176

Modified:
   nemerle/trunk/ncc/typing/Macros.n

Modified: nemerle/trunk/ncc/typing/Macros.n
==============================================================================
--- nemerle/trunk/ncc/typing/Macros.n	(original)
+++ nemerle/trunk/ncc/typing/Macros.n	Thu Apr  6 20:02:10 2006
@@ -261,7 +261,7 @@
     }
     def quoted_constr (c : Constraint) {
       def (name, color) = c.tyvar;
-      <[ Constraint ($(name : string), $(color : int), $(quoted_expr (c.ty))) ]>
+      <[ Constraint (($(name : string), $(color : int)), $(quoted_expr (c.ty))) ]>
     }
     match (constraints) {
       | [Constraint where (("", _), PExpr.Tuple ([PExpr.Wildcard, PExpr.Ellipsis (PExpr.Spliced (e))]))] =>



More information about the svn mailing list