maybe - The Maybe Monad
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.
Last updated 2 years ago
functional-programming
5.48 score 50 stars 4 dependents 9 scripts 293 downloadsquickcheck - Property Based Testing
Property based testing, inspired by the original 'QuickCheck'. This package builds on the property based testing framework provided by 'hedgehog' and is designed to seamlessly integrate with 'testthat'.
Last updated 1 years ago
functional-programmingproperty-based-testing
4.94 score 25 stars 70 scripts 525 downloads