summaryrefslogtreecommitdiff
path: root/src/library/scala/Tuple13.scala
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-04-23 08:15:17 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-04-23 08:15:17 +0000
commit072455265526c994fb39221624209a3180b41837 (patch)
treef1d07a995e7668f97246975bc3867e4ef4196a1b /src/library/scala/Tuple13.scala
parentd8342f44a77d0cb2780c1681e114fe2258a3dcb4 (diff)
downloadscala-072455265526c994fb39221624209a3180b41837.tar.gz
scala-072455265526c994fb39221624209a3180b41837.tar.bz2
scala-072455265526c994fb39221624209a3180b41837.zip
Modified the implementation of curry so that for
FunctionN, where N > 4, many fewer classes are created statically at the expense of creating more objects dynamically (which seems reasonable given how common such functions are likely to be). This also allows for curry in FunctionN for N > 8 without running into the filename length restriction.
Diffstat (limited to 'src/library/scala/Tuple13.scala')
-rw-r--r--src/library/scala/Tuple13.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/Tuple13.scala b/src/library/scala/Tuple13.scala
index 886e15ead4..2c4663c43a 100644
--- a/src/library/scala/Tuple13.scala
+++ b/src/library/scala/Tuple13.scala
@@ -9,7 +9,7 @@
// $Id$
-// generated by genprod on Tue Apr 22 16:52:19 CEST 2008
+// generated by genprod on Wed Apr 23 10:06:16 CEST 2008
package scala