© 2026 Hedgehog Software, LLC
import * as A from '@effect/schema/Arbitrary'; import * as fc from 'fast-check'; // Arbitrary for the To type const Arb = A.to(S.string)(fc);
fast-check ^3.10.0
@effect/schema: ^0.39.2