// codegen:start {preset: barrel, include: ./operations/*.ts, prefix: "@effect/core/testing/Sample"} export * from "@effect/core/testing/Sample/operations/filter" export * from "@effect/core/testing/Sample/operations/flatMap" export * from "@effect/core/testing/Sample/operations/forEach" export * from "@effect/core/testing/Sample/operations/map" export * from "@effect/core/testing/Sample/operations/noShrink" export * from "@effect/core/testing/Sample/operations/shrinkBigInt" export * from "@effect/core/testing/Sample/operations/shrinkFractional" export * from "@effect/core/testing/Sample/operations/shrinkIntegral" export * from "@effect/core/testing/Sample/operations/shrinkSearch" export * from "@effect/core/testing/Sample/operations/unfold" export * from "@effect/core/testing/Sample/operations/zip" export * from "@effect/core/testing/Sample/operations/zipFlatten" export * from "@effect/core/testing/Sample/operations/zipWith" // codegen:end