Skip to content

Commit

Permalink
Update ast_helper0.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed Dec 4, 2024
1 parent 74e55ea commit b9dd728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/ml/ast_helper0.ml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ module Exp = struct
let pack ?loc ?attrs a = mk ?loc ?attrs (Pexp_pack a)
let open_ ?loc ?attrs a b c = mk ?loc ?attrs (Pexp_open (a, b, c))
let extension ?loc ?attrs a = mk ?loc ?attrs (Pexp_extension a)
let unreachable ?loc ?attrs () = mk ?loc ?attrs Pexp_unreachable

let case lhs ?guard rhs = {pc_lhs = lhs; pc_guard = guard; pc_rhs = rhs}
end
Expand Down

1 comment on commit b9dd728

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Syntax Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: b9dd728 Previous: e1b7fb7 Ratio
Print RedBlackTree.res - time/run 2.5037431999999997 ms 2.3104395133333333 ms 1.08

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.