Guest User

Untitled

a guest
Mar 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. t1 = g(_, _)
  2. ...
  3. tj = g(_, _)
  4.  
  5. o1 = _
  6. ...
  7. ok = _
  8.  
  9. t1 = g(i1, i2) t1 = g(i3, i4)
  10. t2 = g(i3, i4) t2 = g(i1, i2)
  11. t3 = g(t1, t2) t3 = g(t2, t1)
  12. o = t3 o = t3
  13.  
  14. t1 = g(i1, i2) t1 = g(i1, i3)
  15. o = i1 o = i1
Add Comment
Please, Sign In to add comment