123456789101112131415161718192021222324252627282930313233openBasemoduleArray=structincludeArrayletfor_length~f=fori=0tolength-1dofidone;;endmoduleInt=IntmoduleInterface=Hardcaml.InterfacemoduleList=Listletconcat=String.concatletoption_map2_exnab~f=matcha,bwith|None,None->None|Somea,Someb->Some(fab)|_,_->raise_s[%message"Option.map2 expects either both to be Some, or both to be None!"];;letoption_iter2_exnab~f=matcha,bwith|None,None->()|Somea,Someb->fab|_,_->raise_s[%message"Option.map2 expects either both to be Some, or both to be None!"];;