SCM Repository
[diderot] Diff of /trunk/src/compiler/simplify/simplify.sml
Diff of /trunk/src/compiler/simplify/simplify.sml
Parent Directory
|
Revision Log
|
Patch
72 |
val (xs, stm) = simplifyState (state, [], []) |
val (xs, stm) = simplifyState (state, [], []) |
73 |
in |
in |
74 |
S.Actor{ |
S.Actor{ |
75 |
|
name = name, |
76 |
params = params, |
params = params, |
77 |
state = xs, stateInit = stm, |
state = xs, stateInit = stm, |
78 |
methods = List.map simplifyMethod methods |
methods = List.map simplifyMethod methods |
|
Legend:
Removed from v.172 |
|
changed lines |
|
Added in v.173 |
|
|