Advertisement
Guest User

Untitled

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