Skip to content

Commit

Permalink
fix: smaller compiled contract uplc
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Aug 13, 2024
1 parent 664ccbb commit 24506b4
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 15,124 deletions.
120 changes: 120 additions & 0 deletions samples/Untyped Plutus Core/always_true.uplc
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
(program
1.0.0
[
(lam
i_0
[
(lam
i_1
[
(lam
i_2
[
(lam
i_3
(lam
i_4
[
(lam
i_5
(lam
i_6
[
(lam
i_7
(lam
i_8
(force
[
[
[ i_3 (con bool True) ]
(delay (con unit ()))
]
(delay [ (error ) (force (error )) ])
]
)
)
)
[
(lam
i_9
(force
[
[
[
i_3
[
[
(builtin equalsInteger)
(con integer 0)
]
[ i_2 i_9 ]
]
]
(delay
(force
[
[
[ i_0 [ i_1 i_9 ] ]
(delay (con unit ()))
]
(delay (error ))
]
)
)
]
(delay (error ))
]
)
)
[ (builtin unConstrData) i_6 ]
]
]
)
)
[
(lam
i_10
(force
[
[
[
i_3
[
[ (builtin equalsInteger) (con integer 0) ]
[ i_2 i_10 ]
]
]
(delay
(force
[
[
[ i_0 [ i_1 i_10 ] ]
(delay (con unit ()))
]
(delay (error ))
]
)
)
]
(delay (error ))
]
)
)
[ (builtin unConstrData) i_4 ]
]
]
)
)
(force (builtin ifThenElse))
]
)
(force (force (builtin fstPair)))
]
)
(force (force (builtin sndPair)))
]
)
(force (force (builtin chooseList)))
]
)
Loading

0 comments on commit 24506b4

Please sign in to comment.