-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Test] Turn off CSE for the 'patternMatching' test
- Loading branch information
1 parent
b63c544
commit 2ddbfb4
Showing
3 changed files
with
61 additions
and
51 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
plutus-tx-plugin/test/AsData/Budget/9.6/patternMatching-budget.budget.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,2 +1,2 @@ | ||
({cpu: 5749488 | ||
| mem: 21176}) | ||
({cpu: 44508240 | ||
| mem: 160876}) |
105 changes: 56 additions & 49 deletions
105
plutus-tx-plugin/test/AsData/Budget/9.6/patternMatching.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,58 +1,65 @@ | ||
program | ||
1.1.0 | ||
(\d -> | ||
(\cse -> | ||
(\lessThanInteger -> | ||
(\cse -> | ||
(\cse -> | ||
(\cse -> | ||
(\cse -> | ||
addInteger | ||
(addInteger | ||
(\ds -> | ||
(\ds -> | ||
(\x -> | ||
(\y -> | ||
(\z -> | ||
(\w -> | ||
(\lessThanInteger -> | ||
addInteger | ||
(addInteger | ||
(addInteger (addInteger cse cse) cse) | ||
cse) | ||
(addInteger | ||
(addInteger | ||
(addInteger (force x) (force y)) | ||
(force z)) | ||
(force w)) | ||
(force | ||
(case | ||
(lessThanInteger | ||
(addInteger (force y) (force z)) | ||
(addInteger (force x) (force w))) | ||
[ (delay (addInteger (force x) (force z))) | ||
, (delay | ||
(addInteger (force y) (force w))) ]))) | ||
(force | ||
(case | ||
(lessThanInteger | ||
(addInteger cse cse) | ||
(addInteger cse cse)) | ||
[ (delay (addInteger cse cse)) | ||
, (delay (addInteger cse cse)) ]))) | ||
(force | ||
(case | ||
(lessThanInteger | ||
(addInteger cse cse) | ||
(addInteger cse cse)) | ||
[ (delay (addInteger cse cse)) | ||
, (delay (addInteger cse cse)) ]))) | ||
(case cse [(\x y z w -> x)])) | ||
(case cse [(\x y z w -> w)])) | ||
(case cse [(\x y z w -> y)])) | ||
(case cse [(\x y z w -> z)])) | ||
(\x y -> | ||
force ifThenElse | ||
(lessThanInteger x y) | ||
(constr 0 []) | ||
(constr 1 []))) | ||
((\tup -> | ||
force | ||
(force ifThenElse | ||
(equalsInteger 0 (force (force fstPair) tup)) | ||
(delay | ||
((\l -> | ||
(\l -> | ||
(addInteger (force z) (force y)) | ||
(addInteger (force w) (force x))) | ||
[ (delay (addInteger (force z) (force x))) | ||
, (delay | ||
(addInteger (force w) (force y))) ]))) | ||
(\x y -> | ||
force ifThenElse | ||
(lessThanInteger x y) | ||
(constr 0 []) | ||
(constr 1 []))) | ||
(delay (case (force ds) [(\x y z w -> w)]))) | ||
(delay (case (force ds) [(\x y z w -> z)]))) | ||
(delay (case (force ds) [(\x y z w -> y)]))) | ||
(delay (case (force ds) [(\x y z w -> x)]))) | ||
(force ds)) | ||
(delay | ||
((\tup -> | ||
force | ||
(force ifThenElse | ||
(equalsInteger 0 (force (force fstPair) tup)) | ||
(delay | ||
((\l -> | ||
(\l -> | ||
(\z w -> | ||
constr 0 | ||
[ (unIData (force headList l)) | ||
, (unIData (force headList l)) | ||
, z | ||
, w ]) | ||
(unIData (force headList l)) | ||
(unIData (force headList (force tailList l)))) | ||
(\l -> | ||
(\z w -> | ||
constr 0 | ||
[ (unIData (force headList l)) | ||
, (unIData (force headList l)) | ||
, z | ||
, w ]) | ||
(unIData (force headList l)) | ||
(unIData (force headList (force tailList l)))) | ||
(force tailList l)) | ||
(force tailList l)) | ||
(force tailList l)) | ||
(force (force sndPair) tup))) | ||
(delay (case error [error])))) | ||
(unConstrData d))) | ||
(force (force sndPair) tup))) | ||
(delay (case error [error])))) | ||
(unConstrData d)))) |
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