SCM Repository
[diderot] Diff of /branches/vis15/src/compiler/typechecker/check-stmt.sml
Diff of /branches/vis15/src/compiler/typechecker/check-stmt.sml
Parent Directory
|
Revision Log
|
Patch
308 |
val eTy = chkE (env, cxt, e) |
val eTy = chkE (env, cxt, e) |
309 |
fun illegalAssign kind = ( |
fun illegalAssign kind = ( |
310 |
err (cxt, [ |
err (cxt, [ |
311 |
S "assignment to ", S kind, S " ", A x, |
S "illegal assignment to ", S kind, S " ", A x, |
312 |
S " in ", S(E.scopeToString(E.currentScope env)) |
S " in ", S(E.scopeToString(E.currentScope env)) |
313 |
]); |
]); |
314 |
bogusStm env) |
bogusStm env) |
|
Legend:
Removed from v.3419 |
|
changed lines |
|
Added in v.3421 |
|
|