What are the semantics for defined functions?

Issue #395 resolved
Broes De Cat created an issue

f(x)=1 <- Q(f(x))

depends on the unnesting!

Comments (2)

  1. Marc Denecker

    Nice example. Although unpleasant too. :-)

    This is because a definition of a function is a definition of a partial function, and then such ambiguities arise.

    Of course, there has to be a specification what our system will do. But what it will do is does not matter. Such definitions will not be written except as error.

  2. Log in to comment