hktony

Untitled

Oct 15th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. (define x (union (union (singleton 1) (singleton 2)) (singleton 3)))
  3. (define y (union (singleton 2) (singleton 3)))
  4. (define z (union (union (union (singleton 3) (singleton 4)) (singleton 5)) (singleton 6)))
Advertisement
Add Comment
Please, Sign In to add comment