Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 1.68 KB | None | 0 0
  1. ()app(app(app(app(filter2, false), fun[3]), x[1]), xs[2]) -> ()app(app(filter, fun[3]), xs[2])
  2. ()app(app(app(app(filter2, false), fun[3]), x[1]), xs[2]) -> ()app(filter, fun[3])
  3. ()app(app(app(app(filter2, true), fun[3]), x[1]), xs[2]) -> ()app(app(cons, x[1]), app(app(filter, fun[3]), xs[2]))
  4. ()app(app(app(app(filter2, true), fun[3]), x[1]), xs[2]) -> ()app(app(filter, fun[3]), xs[2])
  5. ()app(app(app(app(filter2, true), fun[3]), x[1]), xs[2]) -> ()app(cons, x[1])
  6. ()app(app(app(app(filter2, true), fun[3]), x[1]), xs[2]) -> ()app(filter, fun[3])
  7. ()app(app(filter, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(fun[3], x[1])
  8. ()app(app(filter, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(app(app(app(filter2, app(fun[3], x[1])), fun[3]), x[1]), xs[2])
  9. ()app(app(filter, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(app(app(filter2, app(fun[3], x[1])), fun[3]), x[1])
  10. ()app(app(filter, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(app(filter2, app(fun[3], x[1])), fun[3])
  11. ()app(app(filter, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(filter2, app(fun[3], x[1]))
  12. ()app(app(map, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(fun[3], x[1])
  13. ()app(app(map, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(app(cons, app(fun[3], x[1])), app(app(map, fun[3]), xs[2]))
  14. ()app(app(map, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(app(map, fun[3]), xs[2])
  15. ()app(app(map, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(cons, app(fun[3], x[1]))
  16. ()app(app(map, fun[3]), app(app(cons, x[1]), xs[2])) -> ()app(map, fun[3])
  17. ()app(f, app(s, x[1])) -> ()app(app(g, x[1]), x[1])
  18. ()app(f, app(s, x[1])) -> ()app(f, app(app(g, x[1]), x[1]))
  19. ()app(f, app(s, x[1])) -> ()app(g, x[1])
  20. (nodes : 19, edges : 198)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement