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

Properties.getProperty should return Maybe #385

Open
matil019 opened this issue Nov 19, 2019 · 1 comment
Open

Properties.getProperty should return Maybe #385

matil019 opened this issue Nov 19, 2019 · 1 comment

Comments

@matil019
Copy link
Member

java.util.Properties.getProperty returns null if the specified entry doesn't exist. The native declaration in frege.java.Util should reflect that by returning a ST s (Maybe String).

@Ingo60
Copy link
Member

Ingo60 commented Nov 19, 2019

Yes, that's right.
Should be fixed.

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

2 participants