Skip to content
Snippets Groups Projects
Commit 440508b3 authored by François Bobot's avatar François Bobot
Browse files

Make the script executable, and execute it

parent 1102741b
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
......@@ -135,13 +135,13 @@ val opt_of_list: 'a list -> 'a option
@since Oxygen-20120901 *)
val find_opt : ('a -> 'b option) -> 'a list -> 'b
[@@deprecated "Use Transitioning.List.find_opt instead."]
[@@deprecated "Use List.find_opt instead."]
(** [find_option p l] returns the value [p e], [e] being the first
element of [l] such that [p e] is not [None]. Raise [Not_found] if there
is no such value the list l.
@since Nitrogen-20111001
@deprecated 18.0-Argon use [Transitioning.List.find_opt] instead *)
@deprecated 18.0-Argon use [List.find_opt] instead *)
val iteri: (int -> 'a -> unit) -> 'a list -> unit
(** Same as iter, but the function to be applied take also as argument the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment