maybe

The Maybe Monad

CRAN Package

The maybe type represents the possibility of some value or nothing. It is often used instead of throwing an error or returning 'NULL'. The advantage of using a maybe type over 'NULL' is that it is both composable and requires the developer to explicitly acknowledge the potential absence of a value, helping to avoid the existence of unexpected behaviour.

  • Version1.1.0
  • R versionunknown
  • LicenseMIT
  • Needs compilation?No
  • Last release08/07/2023

Documentation


Team


Insights

Last 30 days

Last 365 days

The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.

Data provided by CRAN


Binaries


Dependencies

  • Imports1 package
  • Suggests3 packages
  • Reverse Imports4 packages
  • Reverse Suggests1 package