Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pp:l04 [2021/03/28 17:07] alexandru.poboranu fixed typo at 2.5 |
pp:l04 [2023/03/22 18:54] (current) mihai.udubasa old revision restored (2021/03/28 20:51) |
||
---|---|---|---|
Line 177: | Line 177: | ||
Test it with the following sequence | Test it with the following sequence | ||
<code haskell> | <code haskell> | ||
- | seq1 = transformationSequence [invert, union mask, rotate90right] | + | seq1 = transformationSequence [invert, union' mask, rotate90r] |
</code> | </code> | ||