[cvs-nhc98] patch applied (hat): Remove the space between a constructor/variable and any named fields

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 07:23:45 EDT 2006


Tue Feb 11 04:07:46 PST 2003  malcolm
  * Remove the space between a constructor/variable and any named fields
  that follow it, for human-parsability.  Some people find an expression
  like
      f V {num=1} W {val=2}
  slightly confusing, where
      f V{num=1} W{val=2}
  would be clearer.  (Named field syntax binds more tightly than
  application by juxtaposition.)

    M ./src/hattools/SExp.hs -1 +1


More information about the Cvs-nhc98 mailing list