[latex3-commits] [latex3/latex3] main: A simplification (6bb851f0f)

github at latex-project.org github at latex-project.org
Thu Oct 19 17:50:07 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/6bb851f0ff8132e1128d337d665fdb4c16282fae

>---------------------------------------------------------------

commit 6bb851f0ff8132e1128d337d665fdb4c16282fae
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 18 05:49:11 2023 +0100

    A simplification
    
    Thanks to @skillmon.


>---------------------------------------------------------------

6bb851f0ff8132e1128d337d665fdb4c16282fae
 l3kernel/l3fp-symbolic.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3fp-symbolic.dtx b/l3kernel/l3fp-symbolic.dtx
index e7046f2a5..847f3dda6 100644
--- a/l3kernel/l3fp-symbolic.dtx
+++ b/l3kernel/l3fp-symbolic.dtx
@@ -405,16 +405,16 @@
     \use:e
       {
         \@@_symbolic_cs_arg_to_fn:NN #1#2
-        \exp_last_unbraced:Nf ( { \@@_to_tl_dispatch:w #3 } )
+        ( \@@_to_tl_dispatch:w #3 )
       }
   }
 \cs_new:Npn \@@_symbolic_binary_to_tl:Nww #1, #2; #3; @
   {
     \use:e
       {
-        \exp_last_unbraced:Nf ( { \@@_to_tl_dispatch:w #2; } )
+        ( \@@_to_tl_dispatch:w #2; )
         \@@_types_cs_to_op:N #1
-        \exp_last_unbraced:Nf ( { \@@_to_tl_dispatch:w #3; } )
+        ( \@@_to_tl_dispatch:w #3; )
       }
   }
 \cs_new:Npn \@@_symbolic_function_to_tl:Nw #1, #2@
@@ -422,7 +422,7 @@
     \use:e
       {
         \@@_types_cs_to_op:N #1
-        \exp_last_unbraced:Nf ( { \@@_array_to_clist:n {#2} } )
+        ( \@@_array_to_clist:n {#2} )
       }
   }
 %    \end{macrocode}





More information about the latex3-commits mailing list.