Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
presenthee committed Mar 14, 2024
1 parent e6971e9 commit 206143d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectec/src/il2al/translate.ml
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ let rule_to_tup rule =
| Il.RuleD (_, _, _, exp, prems) ->
match exp.it with
| Il.TupE [ lhs; rhs ] -> lhs, rhs, prems
| _ -> error_exp rule "form of reduction rule"
| _ -> error_exp exp "form of reduction rule"


(* group reduction rules that have same name *)
Expand Down

0 comments on commit 206143d

Please sign in to comment.