Guest User

Untitled

a guest
Feb 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. formulas(sos).
  2. a->(b->a) # label(A1).
  3. ((a->(b->c))->((a->b)->(a->c))) # label(A2).
  4. (((-b)->(-a))->(((-b)->a)->b)) # label(A3).
  5. end_of_list.
  6.  
  7. formulas(goals).
  8. (a->a).
  9. end_of_list.
Add Comment
Please, Sign In to add comment