aiken-lang / fuzz

A library for writing Fuzzers for property-based testing in Aiken
https://aiken-lang.github.io/fuzz/
Apache License 2.0
4 stars 2 forks source link

TODOs #2

Open KtorZ opened 3 months ago

KtorZ commented 3 months ago

[!NOTE]

If you intend to work on one of the following points:

  • use the bulleye icon to create a new issue from a bullet point
  • assign yourself to the issue
  • keep us posted

Api

Primitives

aiken/fuzz

Common types

[!NOTE]

Considering:

type Sample<a> = Fuzzer<List<a>>

aiken/fuzz/dict

aiken/fuzz/math/rational

aiken/fuzz/transaction/value

aiken/fuzz/transaction/certificate

aiken/fuzz/transaction/credential

Documentation

Experiments

waalge commented 1 month ago

dict in an age of pairs. I guess we want both/ one a special case of the other?