Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Sep 25, 2023
1 parent 2c76882 commit 79f4966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/positive/Internal/Case.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ appIf : {A : Type} → Bool → (A → A) → A → A
appIf2 : {A : Type} → Bool → (A → A) → A → A
| b f a :=
case b of {
| true := f
| false := id
}
| true := f
| false := id
}
a;

nestedCase1 : {A : Type} → Bool → (A → A) → A → A
Expand Down

0 comments on commit 79f4966

Please sign in to comment.