Advertisement
Guest User

Untitled

a guest
Oct 12th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.20 KB | None | 0 0
  1.     List.fold_left (G.pred_e graph node) ~init:None
  2.       ~f:(fun current_max elem_p ->
  3.           Some (max
  4.                   (Option.value current_max ~default:elem_p)
  5.                   elem_p))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement