Changeset 12750

Show
Ignore:
Timestamp:
29.10.2009 16:29:17 (3 weeks ago)
Author:
kristina
Message:

Renamed a variable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/DFOL/Morphism.hs

    r12749 r12750  
    141141    3.1 : If s does not occur in excl : 
    142142          4.1 : Get the type "t" of s in sig 
    143               4.2 : Get the set "vars" of free variables in t, i.e. the symbols of 
    144                         sig that t depends on 
     143              4.2 : Get the set "vars" of free variables in t, i.e. the symbols 
     144                    of sig that t depends on 
    145145          4.3 : If any of the symbols in vars occurs in excl, add s to excl 
    146146 
     
    181181              depen = or $ map (\ n1 -> Set.member n1 excl) ns 
    182182              in if depen 
    183                     then let incl1 = Set.insert n excl 
     183                    then let excl1 = Set.insert n excl 
    184184                             in cogSig excl1 ds sig 
    185185                    else cogSig excl ds sig