Show
Ignore:
Timestamp:
07.01.2009 10:50:34 (11 months ago)
Author:
csliam
Message:

Improved pretty printing of CspCASL signatures

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CspCASL/Print_CspCASL.hs

    r11215 r11224  
    152152instance Pretty CommType where 
    153153    pretty (CommTypeSort s) = pretty s 
    154     pretty (CommTypeChan (TypedChanName c s)) =  parens (sepByCommas [pretty c, pretty s]) 
     154    pretty (CommTypeChan (TypedChanName c s)) =  pretty c -- BUG ?  - this is the old version  :  parens (sepByCommas [pretty c, pretty s]) 
    155155 
    156156