Add Fuzzer to the prelude.
This commit is contained in:
@@ -2,9 +2,6 @@ use aiken/builtin
|
||||
|
||||
const max_int: Int = 255
|
||||
|
||||
pub type Fuzzer<a> =
|
||||
fn(PRNG) -> Option<(PRNG, a)>
|
||||
|
||||
// Primitives
|
||||
|
||||
pub fn any_int() -> Fuzzer<Int> {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use aiken/dict.{Dict}
|
||||
use aiken/fuzz.{Fuzzer}
|
||||
use aiken/fuzz
|
||||
use aiken/int
|
||||
|
||||
pub type Season {
|
||||
|
||||
Reference in New Issue
Block a user