Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Sep 22, 2023
1 parent 0a4cae9 commit 0efca0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/List.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unzipWith
range : Nat -> List Nat
| n := rangeStep 1 n;

sortInt : List Int -> List Int := quickSort ordIntI;
sortInt : List Int -> List Int := quickSort;

eqListInt : List Int -> List Int -> Bool
| nil nil := true
Expand Down
2 changes: 1 addition & 1 deletion juvix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- git:
url: https://github.com/anoma/juvix-stdlib
name: stdlib
ref: 4facf14d9b2d06b81ce1be1882aa9050f768cb45
ref: ad27db542e0b220e117dec22f11ed6de78892f72

0 comments on commit 0efca0a

Please sign in to comment.