Skip to content

Commit

Permalink
Update TestArith.flix
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Lindegaard Starup <[email protected]>
  • Loading branch information
JonathanStarup authored Dec 19, 2024
1 parent dddb2b2 commit a22a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestArith.flix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

mod TestArith {

enum Exp with Eq, ToString, Sendable {
enum Exp with Eq, ToString {
case Num(Int32),
case Add(Exp, Exp),
case Sub(Exp, Exp),
Expand Down

0 comments on commit a22a643

Please sign in to comment.