Fixed letrec and letfun env management in infer_block #549
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "github/fork/radrow/typechecker-letfun-env-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: radrow
The env was not updated while processing a block. This was causing following correct code not being accepted by the typechecker:
Error:
Unbound variable x
.Created by: UlfNorell
Review: Approved
Created by: radrow
This do not completely fix the issue, it is only typechecker part. After that there are some errors in
aeso_ast_to_icode.erl
file that I couldn't handleCreated by: UlfNorell
Superseded by #65.
Pull request closed