Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (define x (union (union (singleton 1) (singleton 2)) (singleton 3)))
- (define y (union (singleton 2) (singleton 3)))
- (define z (union (union (union (singleton 3) (singleton 4)) (singleton 5)) (singleton 6)))
Advertisement
Add Comment
Please, Sign In to add comment