mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Fix quicksort_partition_help
This commit is contained in:
parent
7e5fde1d15
commit
d0f52cb27e
1 changed files with 1 additions and 1 deletions
|
@ -3500,7 +3500,7 @@ mod solve_expr {
|
|||
infer_eq_without_problem(
|
||||
indoc!(
|
||||
r#"
|
||||
app "test" provides [ main ] to "./platform"
|
||||
app "test" provides [ partitionHelp ] to "./platform"
|
||||
|
||||
swap : Int, Int, List a -> List a
|
||||
swap = \i, j, list ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue