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). -->