Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はレコードのリストを持っています:
list_clients = [{name = "c6"; number = 9}; {name = "c12"; number = 3}; {name = "c17"; number = 6};]
各レコードのすべての「数」の合計を簡単にしたいと思います。
最善の方法は何ですか?私はOCamlの初心者です。