Extraction overloading partially broken with mlist
Reported by Calixte DENIZET
a=mlist(['abcdefghi']);
deff('b=%abcdefghi_e(x,a)','b=x');
--> a.toto
!--error 144
Opération non définie pour les opérandes données.
vérifier ou définir la fonction %l_e pour la surcharge.
If the mlist type is abcdefgh, the overloading is ok.