Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- match bsh with
- | None -> [];
- | Some v ->
- let mylist = [] in
- List.iter (fun x -> mylist = mylist @ [new bs_in x]) bs_list in mylist;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement