Skip to content

Commit

Permalink
fix comm
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpaulino committed Aug 18, 2023
1 parent dae4c01 commit bb9f6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lem/eval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ fn apply_cont() -> Func {
Symbol("comm") => {
match result.tag {
Expr::Num | Expr::Comm => {
let cast = cast(result, Expr::Num);
let cast = cast(result, Expr::Comm);
return(cast, env, continuation, makethunk)
}
};
Expand Down

0 comments on commit bb9f6dc

Please sign in to comment.