getNameInfo: how are Bool arguments and Maybe results related?
Open
- Dominant language
- Haskell
- Stars
- 366
- Forks
- 210
- Avg merge
- 22h 38m
- Merged PRs (30d)
- 5
Description
I do not understand the warranties, `getNameInfo` makes about its results.
If an argument is `False`, does this mean that the corresponding result is always `Nothing`?
Likewise, if an argument is `True`, does this mean that the corresponding result is always `Just`?
Related to #416.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.