You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is inconsistent with many other modules: List, Map, Array.
And yes, sometimes you need to check something about all key-value pairs in a hashtbl...
The text was updated successfully, but these errors were encountered:
exceptionFalsified(* test if predicate holds for all key-value pairs *)letht_for_allhtp=tryHt.iter (funkv ->
ifnot (p k v) then
raise Falsified
) ht;
truewithFalsified ->false
This is inconsistent with many other modules: List, Map, Array.
And yes, sometimes you need to check something about all key-value pairs in a hashtbl...
The text was updated successfully, but these errors were encountered: