Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.71 KB | None | 0 0
  1. initializing
  2. system : app(f, app(s, x[1])) -> app(f, app(app(g, x[1]), x[1]))
  3. system : app(app(g, 0), 1) -> app(s, 0)
  4. system : 0 -> 1
  5. system : app(app(map, fun[3]), nil) -> nil
  6. system : 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]))
  7. system : app(app(filter, fun[3]), nil) -> nil
  8. system : 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. system : app(app(app(app(filter2, true), fun[3]), x[1]), xs[2]) -> app(app(cons, x[1]), app(app(filter, fun[3]), xs[2]))
  10. system : app(app(app(app(filter2, false), fun[3]), x[1]), xs[2]) -> app(app(filter, fun[3]), xs[2])
  11. ds : 0
  12. ds : app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement