2008/4/6 Jeff Dyer <[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?

-- 
Cheers,
--MarkM
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to