[cvs-nhc98] cvs commit: hat/src/hattools HatStack.hs HatTrail.hs SExp.hs VSExp.hs

Malcolm Wallace malcolm at haskell.org
Sun Apr 17 09:44:32 EDT 2005


malcolm     2005/04/17 06:44:31 PDT

  Modified files:
    src/hattools         HatStack.hs HatTrail.hs SExp.hs VSExp.hs 
  Log:
  Tidy up SExp code, in particular to put back necessary parentheses in
  pretty-printed expressions.  Also, do not store the result of an
  if/case/guard unless needed (by hat-anim), since storing it
  unnecessarily leads to unbounded resource usage in the other tools.
  
  Revision  Changes    Path
  1.4       +1 -1      hat/src/hattools/HatStack.hs
  1.37      +1 -1      hat/src/hattools/HatTrail.hs
  1.47      +187 -172  hat/src/hattools/SExp.hs
  1.2       +7 -7      hat/src/hattools/VSExp.hs


More information about the Cvs-nhc98 mailing list