Answers for "list functions ocaml"

0

list functions ocaml

val fold_left : ('a -> 'b -> 'a) -> 'a -> 'b list -> 'a
Posted by: Guest on February-21-2022

Browse Popular Code Answers by Language