Skip to content

Commit

Permalink
Remove redundant rule
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Sep 25, 2024
1 parent 88f63d8 commit b8d6787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mx-rust-semantics/main/calls/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ module MX-RUST-CALLS-IMPLEMENTATION
imports private RUST-REPRESENTATION
imports private RUST-SHARED-SYNTAX
rule rustValueToMx(tuple(.ValueList)) => mxUnitValue()
rule (.K => rustValueToMx(V))
~> rustValuesToMx((V:Value , L:ValueList => L), _:MxValueList)
rule (V:MxValue => .K)
Expand Down

0 comments on commit b8d6787

Please sign in to comment.