Skip to content
  • Mark OLESEN's avatar
    ENH: remove uniform compact output for FixedList (#1160) · 60e48105
    Mark OLESEN authored
    - a FixedList is generally small so there is little advantage
      in a compact output form for uniform content.  Eg, "2{-1}"
    
      By avoiding this compact form we obtain output that is also
      consistent with Tuple2, for example.
    
    - make FixedList construct from Istream explicit
    60e48105