iscc: properly handle applications of functions on sets
commit9409d74a3fc9aeab0cf9f69841c72320edcb0672
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 4 Sep 2011 22:07:04 +0000 (5 00:07 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 5 Sep 2011 08:03:43 +0000 (5 10:03 +0200)
tree4b62cf3c529f9a41b03f7cbd8e6e07a3a25e9e49
parente0ca1851674e685a75f735f6a26eacbd4171e93d
iscc: properly handle applications of functions on sets

Before, we would just apply the function to a map with zero-dimensional
domain and the set as range.  However, this means that the result of
the application will have a zero-dimensional set as domain.
At this moment, these zero-dimensional sets are indistinguishable
from parameter sets, but this will change in the near future.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
iscc.c