© 2026 Hedgehog Software, LLC
const program = pipe( Effect.succeed("a string"), // \/ (parameter) x: NoInfer<A> Effect.tap((x) => Console.log(x)), );