Skip to content

Commit

Permalink
Format with fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 17, 2024
1 parent 0702ce2 commit 534414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booster/unit-tests/Test/Booster/Pattern/Substitution.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test_subst =
"compose is transitive and saturating"
$ (("X" |-> [trm| Z:SomeSort{} |]) `compose` ("Y" |-> [trm| X:SomeSort{} |]))
@?= ("X" |-> [trm| Z:SomeSort{} |])
<> ("Y" |-> [trm| Z:SomeSort{} |])
<> ("Y" |-> [trm| Z:SomeSort{} |])
]
]

Expand Down

0 comments on commit 534414c

Please sign in to comment.