SCM Repository
[smlnj] Diff of /sml/branches/SMLNJ/src/compiler/Semant/modules/sigmatch.sml
Diff of /sml/branches/SMLNJ/src/compiler/Semant/modules/sigmatch.sml
Parent Directory
|
Revision Log
|
Patch
481 |
let val str1 = EE.look(ee1,v1) |
let val str1 = EE.look(ee1,v1) |
482 |
val str2 = EE.look(ee2,v2) |
val str2 = EE.look(ee2,v2) |
483 |
in compStr((SP.extend(p1,sym),(sign1',str1)), |
in compStr((SP.extend(p1,sym),(sign1',str1)), |
484 |
(SP.extend(p2,sym),(sign1',str2))) |
(SP.extend(p2,sym),(sign2',str2))) |
485 |
end |
end |
486 |
| _ => ()) (* values, constructors, functors *) |
| _ => ()) (* values, constructors, functors *) |
487 |
end |
end |
1472 |
|
|
1473 |
(* |
(* |
1474 |
* $Log$ |
* $Log$ |
|
* |
|
1475 |
*) |
*) |
1476 |
|
|
|
Legend:
Removed from v.124 |
|
changed lines |
|
Added in v.125 |
|
|