[Bug 1577] [FS] technical: 4.1.5 Function Calls: Normalization

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1577


simeon@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From simeon@us.ibm.com  2005-07-19 21:20 -------
The way to break the circularity is that you do not really need static
typing. You can just rely on the actual signature declared for the function.

In the case of F&O overloaded functions, there may be multiple signatures but
they are always for atomic types or sequences of atomic types and this results
in the same normalization whichever signature you choose.

This should probably be indicated more clearly in the document.

- Jerome

Received on Tuesday, 19 July 2005 21:20:32 UTC