Advertisement
Guest User

Untitled

a guest
Oct 6th, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ### master
  2.  
  3. Rec {
  4. filter
  5. = \ @a_a7fl ds_dbZZ ds1_dc00 ->
  6. case ds1_dc00 of wild_X1 {
  7. Bin bx_ddsL x_a5bY l_a5bZ r_a5c0 ->
  8. case filter ds_dbZZ r_a5c0 of r'_a5c2 { __DEFAULT ->
  9. case filter ds_dbZZ l_a5bZ of l'_a5c1 { __DEFAULT ->
  10. case ds_dbZZ x_a5bY of {
  11. False -> merge l'_a5c1 r'_a5c2;
  12. True ->
  13. case reallyUnsafePtrEquality# l_a5bZ l'_a5c1 of {
  14. __DEFAULT -> link x_a5bY l'_a5c1 r'_a5c2;
  15. 1# ->
  16. case reallyUnsafePtrEquality# r_a5c0 r'_a5c2 of {
  17. __DEFAULT -> link x_a5bY l'_a5c1 r'_a5c2;
  18. 1# -> wild_X1
  19. }
  20. }
  21. }
  22. }
  23. };
  24. Tip -> Tip
  25. }
  26. end Rec }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement