Pudu programming language
Menu
API reference

Std.Test.Property.Gen

1 declaration

type

Gen

This declaration introduces a public type.

What it does

A source of values of one type.

The same shape Std.Random already uses — a generator in, a generator and a

value out — so anything in that module is one of these without adapting, and

a caller writes their own the same way.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Test.PropertySearch related declarations