-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
The Fir standard library should include types and functions for these:
- JSON encoding and decoding
- Stable (across versions) PRNG
- Random input generation
Similar to QuickCheck'sArbitrary
, but it shouldn't be a trait. Instead it should have combinators.
(Maybe check out https://github.com/HypothesisWorks/hypothesis first.) - Benchmarking
-
Pretty printing combinatorsPPrint in the standard library.