Show
Ignore:
Timestamp:
07.01.2009 14:10:29 (11 months ago)
Author:
csliam
Message:

Added simplification of CspCASL sentences, currently this is turned off while I develop

Files:
1 modified

Legend:

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

    r11215 r11228  
    4040    deriving (Show,Ord, Eq) 
    4141 
    42  
    4342-- |Event sets are sets of communication types. 
    4443 
    4544data EVENT_SET = EventSet [COMM_TYPE] Range 
    4645    deriving (Show,Ord, Eq) 
    47  
    4846 
    4947-- |CSP renamings are predicate names or op names.