From 31aa7fa11161424df7f1599696c8f8c565bb59f1 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 4 Dec 2014 01:13:24 -0500 Subject: [PATCH] `apply-gen' now ingores arity-overloaded functions Rationale is provided in `apply-gen.xsl'. --- src/transform/apply-gen.xsl | 31 ++++++++++++++++++++++++++++ test/transform/apply-gen-test-in.xsl | 11 ++++++++++ test/transform/apply-gen.xspec | 21 +++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/src/transform/apply-gen.xsl b/src/transform/apply-gen.xsl index c194593..e7d80be 100644 --- a/src/transform/apply-gen.xsl +++ b/src/transform/apply-gen.xsl @@ -112,6 +112,37 @@ + + + + diff --git a/test/transform/apply-gen-test-in.xsl b/test/transform/apply-gen-test-in.xsl index 631ee0a..73ce7f6 100644 --- a/test/transform/apply-gen-test-in.xsl +++ b/test/transform/apply-gen-test-in.xsl @@ -42,6 +42,17 @@ + + + + + + + + + + + diff --git a/test/transform/apply-gen.xspec b/test/transform/apply-gen.xspec index ad8dfca..03c3203 100644 --- a/test/transform/apply-gen.xspec +++ b/test/transform/apply-gen.xspec @@ -130,6 +130,27 @@ + + + + + + + + + + + + + + + + + + +