Skip to content

Commit

Permalink
fix Trait.Ord
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Oct 5, 2023
1 parent 1211f11 commit 36ca85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stdlib/Trait/Ord.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ syntax operator < comparison;
< {A} {{Ord A}} (x y : A) : Bool :=
case Ord.cmp x y of {
| EQ := true
| LT := true
| LT := false
| GT := false
};

Expand Down

0 comments on commit 36ca85e

Please sign in to comment.