bkerby

Untitled

Apr 25th, 2012
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. > let a = (LR L1 R2)
  2. a :: A
  3. > let c = (LR L1 R1)
  4. c :: A
  5. > let b = B2
  6. b :: B
  7. > S a b
  8. S (LR L1 R2) B2
  9. it :: S
  10. > S (a Types.<> c) B2
  11. S (LR L1 R1) B2
  12. it :: S
Advertisement
Add Comment
Please, Sign In to add comment