/** * A sample without shrinking. * * @tsplus static effect/core/testing/Sample.Ops noShrink */ export function noShrink(a: A): Sample { return Sample(a, Stream.empty) }