s-cargot v0.1.3.0 Release Notes

Release Date: 2018-03-02 // about 6 years ago
  • ๐Ÿ”‹ Features:

    • โž• Added the Located type for source location tracking for atom
      values (thanks ckoparkar!)
    • โž• Added unconstrainedPrint, which does not try to restrict a printed
      ๐Ÿ›  s-expression to a fixed width but will attempt to indent it in a
      reasonable way nonetheless.

    ๐Ÿ›  Fixes:

    • ๐Ÿ”ง Pretty-printing configurations created with flatPrint now use a
      much more efficient pretty-printer.
    • ๐Ÿ–จ Internally, pretty-printers use a richer type which improves
      ๐ŸŽ performance somewhat by cutting down on repeated intermediate
      ๐Ÿ— printing, and future work will build on this to make printing even
      more efficient.