-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'UnliftWhenSaturated' instead of 'UnliftImmediately'
- Loading branch information
1 parent
3f5e5d0
commit 19656b6
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
plutus-core/untyped-plutus-core/test/Evaluation/Golden/iteAtIntegerWrongCondType.plc.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(Left An error has occurred: error: | ||
Could not unlift a builtin: | ||
Type mismatch: expected: bool; actual: string | ||
Caused by: [ (force (builtin ifThenElse)) (con string "11 <= 22") ]) | ||
(Right [ | ||
[ (force (builtin ifThenElse)) (con string "11 <= 22") ] | ||
(con string "\172(11 <= 22)") | ||
]) |
8 changes: 4 additions & 4 deletions
8
plutus-core/untyped-plutus-core/test/Evaluation/Golden/iteAtIntegerWrongCondType.uplc.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(Left An error has occurred: error: | ||
Could not unlift a builtin: | ||
Type mismatch: expected: bool; actual: string | ||
Caused by: [ (force (builtin ifThenElse)) (con string "11 <= 22") ]) | ||
(Right [ | ||
[ (force (builtin ifThenElse)) (con string "11 <= 22") ] | ||
(con string "\172(11 <= 22)") | ||
]) |