On Sun, 30 Dec 2007 21:44:39 +0100, Andreas Matthias wrote:

> I am missing the predicate functions \toks_if_eq_p:.. in l3toks.
> Somethings like:
>
> \def_new:NNn \toks_if_eq_p:NN 2 {
>   \tlist_if_eq_p:xx {\toks_use:N #1} {\toks_use:N #2}
> }
>
> \def_new:Npn \toks_if_eq_p:cN {\exp_args:Nc \toks_if_eq_p:NN}
> \def_new:Npn \toks_if_eq_p:Nc {\exp_args:NNc \toks_if_eq_p:NN}
> \def_new:Npn \toks_if_eq_p:cc {\exp_args:Ncc \toks_if_eq_p:NN}
>
>
> I think they should not be missing, especially since all
> predicate functions of \tlp_if_eq_p:.. and \tlist_if_eq_p:..
> exist.

I agree. I have just added them.

Cheers,
-- 
Morten