Show
Ignore:
Timestamp:
03.01.2009 15:43:50 (11 months ago)
Author:
maeder
Message:

renamed funs in CASL to ops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CspCASL/StatAnaCSP.hs

    r10619 r11201  
    2222import qualified Data.Set as S 
    2323 
    24 import CASL.AS_Basic_CASL (FORMULA(..), FunKind(..), SORT, TERM(..), VAR, 
     24import CASL.AS_Basic_CASL (FORMULA(..), OpKind(..), SORT, TERM(..), VAR, 
    2525                           VAR_DECL(..)) 
    2626import CASL.MixfixParser (emptyMix, Mix(..), makeRules, mkIdSets, 
     
    474474-- signature, and return a set of corresponding communication types 
    475475-- for those operations. 
    476 getUnaryOpsById :: Id -> FunKind -> State CspCASLSign (S.Set CommType) 
     476getUnaryOpsById :: Id -> OpKind -> State CspCASLSign (S.Set CommType) 
    477477getUnaryOpsById ri kind = do 
    478478    sig <- get