Changeset 12751

Show
Ignore:
Timestamp:
29.10.2009 16:34:31 (3 weeks ago)
Author:
kristina
Message:

Removed too long lines

Location:
trunk/DFOL
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/DFOL/Colimit.hs

    r12749 r12751  
    3030          3.1.2 If yes: 
    3131                3.1.2.1 Recover from M the value "c" that s' maps to 
    32                                 3.1.2.2 Update m by adding the pair (s,c) 
    33                   3.1.3 If no: 
     32                3.1.2.2 Update m by adding the pair (s,c) 
     33          3.1.3 If no: 
    3434                3.1.3.1 Get the type "t" of s in sig1 
    3535                3.1.3.2 Translate t along m; call this new type "t1" 
    3636                3.1.3.3 Update sig by adding the declaration s : t1 
    3737                        (in case the name s is already contained in sig, 
    38                                                 we generate a fresh name "s1" and add the declaration 
     38                        we generate a fresh name "s1" and add the declaration 
    3939                        s1 : t and pair (s,s1) to sig and m respectively. 
    4040    3.3 : Add m to M 
  • trunk/DFOL/Morphism.hs

    r12750 r12751  
    1131133 : Check if todo is empty 
    114114    3.1 : If yes, go to 5 
    115         3.2 : If not, go to 4 
     115    3.2 : If not, go to 4 
    116116 
    1171174 : Pick a symbol "s" from todo 
    118118    4.1 : Get the type "t" of s in sig 
    119         4.2 : Get the set "vars" of free variables in t, i.e. the symbols of sig 
     119    4.2 : Get the set "vars" of free variables in t, i.e. the symbols of sig 
    120120          that t depends on 
    121121    4.3 : For each "v" in vars : 
     
    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 
    144                     of 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