import * as Schema from "@effect-ts-app/schema" // We're using getters with curried functions, instead of fluent functions, so that they can be used directly in lambda callbacks /** * @tsplus getter ets/Schema/Parser unsafe */ export const { unsafe } = Schema /** * @tsplus getter ets/Schema/Parser condemn */ export const { condemn } = Schema /** * @tsplus getter ets/Schema/Parser condemnFail */ export const { condemnFail } = Schema /** * @tsplus getter ets/Schema/Parser condemnDie */ export const { condemnDie } = Schema // /** // * @tsplus getter ets/Schema/Parser condemnCustom // */ // export const { condemnCustom } = Schema // /** // * @tsplus getter ets/Schema/Parser condemnLeft // */ // export const { condemnLeft } = Schema // /** // * @tsplus getter ets/Schema/Schema parseCondemnCustom // */ // export const { parseCondemnCustom } = Schema // /** // * @tsplus getter ets/Schema/Schema parseCondemnDie // */ // export const { parseCondemnDie } = Schema // /** // * @tsplus getter ets/Schema/Schema parseECondemnFail // */ // export const { parseECondemnFail } = Schema // /** // * @tsplus getter ets/Schema/Schema parseECondemnDie // */ // export const { parseECondemnDie } = Schema // /** // * @tsplus getter ets/Schema/Schema parseECondemnCustom // */ // export const { parseECondemnCustom } = Schema // /** // * @tsplus getter ets/Schema/Schema parseCondemnLeft // */ // export const { parseCondemnLeft } = Schema // /** // * @tsplus getter ets/Schema/Schema parseECondemnLeft // */ // export const { parseECondemnLeft } = Schema // /** // * @tsplus getter ets/Schema/Schema parseEUnsafe // */ // export const { parseEUnsafe } = Schema // /** // * @tsplus getter ets/Schema/Schema parseUnsafe // */ // export const { parseUnsafe } = Schema // /** // * @tsplus getter ets/Schema/Schema parseCondemn // */ // export const { parseCondemn } = Schema // /** // * @tsplus getter ets/Schema/Schema parseECondemn // */ // export const { parseECondemn } = Schema