From 162c03750834135f7aa52c8ad70aab8d738d9222 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 27 Nov 2014 00:34:30 -0500 Subject: [PATCH] apply-gen TODOs added to header --- src/transform/apply-gen.xsl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/transform/apply-gen.xsl b/src/transform/apply-gen.xsl index 2f7f032..1591d50 100644 --- a/src/transform/apply-gen.xsl +++ b/src/transform/apply-gen.xsl @@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . + + TODOs: + - Properly handle arity overloading. + - Generate functions for partial applications, so long as the target + function does not have its arity overloaded (since that would + cause currying and partial application of N>1 arguments to + potentially yield different results). -->