Michael Somos on Sun, 31 Jul 2011 07:14:52 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Ser(Vecsmall(0))


Currently Ser() can't deal with Vecsmall:

? Ser(Vecsmall(0))
  ***   at top-level: Ser(Vecsmall(0))
  ***                 ^----------------
  *** Ser: incorrect type in gtoser.

I see no reason that it should be any
different than with Vec. Similarly:

? lex(Vecsmall(1),Vecsmall(2))
  ***   at top-level: lex(Vecsmall(1),Vecs
  ***                 ^--------------------
  *** lex: incorrect type in comparison.

I see no reason that lex should have
a problem comparing Vecsmall. Shalom,
Michael