Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map.is_empty (Feature Wish) #8478

Closed
vicuna opened this issue Feb 6, 2004 · 1 comment
Closed

Map.is_empty (Feature Wish) #8478

vicuna opened this issue Feb 6, 2004 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Feb 6, 2004

Original bug ID: 2181
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Joao Dias
Version: 3.07+2
OS: Linux
Submission from: lakeland.eecs.harvard.edu (140.247.62.173)

It would be very nice to have a Map.is_empty : Map.t -> bool function.
As far as I can tell, the alternatives are to compare with Map.empty
(implementation-dependent and therefore not a safe option) or to play
games with fold, etc.

@vicuna
Copy link
Author

vicuna commented May 9, 2004

Comment author: administrator

Added 2004-04 by XL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant