Mark S. Miller wrote:
> 2008/4/6 Jeff Dyer <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
>  
> 
>     Every unforgeable namespace is considered non-equal to every other
>     namespace.
> 
>     *Implementation*
> 
>     fun compareNamespaces (n1: NAMESPACE, n2: NAMESPACE) : bool =
>     case (n1, n2) of
>     (ForgeableNamespace s1, ForgeableNamespace s2) => s1 = s2
>     | _ => false
> 
> In ES3, NaN is the only value that isn't reflexive, i.e., for which x != 
> x or x !== x. Does this spec propose that unforgeable namespaces are 
> also non-reflexive?

I pointed out the same thing.  I'm pretty sure that's a bug in the document.

    Waldemar
_______________________________________________
Es4-discuss mailing list
Es4-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to