Does not handle opened modules
Closed this issue · 0 comments
reynir commented
# #doc List.find;;
[find p l] returns the first element of the list [l]
that satisfies the predicate [p].
Raise [Not_found] if there is no value that satisfies [p] in the
list [l].
# open List;;
# #doc find;;
Unknown element.
#