我有一个类型记录:
type record = { first : string; second : string list; third : string }
我想用匹配从中提取数据......我该怎么做?
请告诉我.谢谢!
ocaml records match
match ×1
ocaml ×1
records ×1