Show
Ignore:
Timestamp:
01.08.2008 13:17:06 (16 months ago)
Author:
maeder
Message:

removed more than two consecutive blank lines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CspCASL/AS_CspCASL_Process.der.hs

    r10298 r10428  
    3737 
    3838 
    39  
    4039-- |Event sets are sets of communication types. 
    4140 
    4241data EVENT_SET = EventSet [COMM_TYPE] Range 
    4342    deriving (Show,Ord, Eq) 
    44  
    4543 
    4644 
     
    5048 
    5149 
    52  
    5350type CHANNEL_NAME = SIMPLE_ID 
    5451 
     
    5653 
    5754type COMM_TYPE = SIMPLE_ID 
    58  
    59  
    60  
    6155 
    6256