Guest User

Untitled

a guest
Oct 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. head(l) = a
  2. tail(l) = (b c d)
  3.  
  4. [H|T] = [a | (b c d)]
  5.  
  6. * - node
  7. () - empty list
  8.  
  9. *
  10. /
  11. a *
  12. /
  13. b *
  14. /
  15. c *
  16. /
  17. d ()
Add Comment
Please, Sign In to add comment