Skip to content

Commit

Permalink
Silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Aug 3, 2023
1 parent bc30c01 commit 74153cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AstToCStar.ml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ let rec mk_expr env in_stmt e =
| EConstant c ->
CStar.Constant c

| ETApp ({ node = EApp (e, es); _ }, ts) when !Options.allow_tapps ->
| EApp ({ node = ETApp (e, ts); _ }, es) when !Options.allow_tapps ->
CStar.Call (mk_expr env e,
List.map (mk_expr env) es @ List.map (fun t ->
CStar.Type (mk_type env t)) ts)
Expand Down

0 comments on commit 74153cc

Please sign in to comment.