MCPcopy Create free account
hub / github.com/effect-app/libs / withRecursion

Function withRecursion

repos/effect/packages/effect/src/Schema.ts:9674–9686  ·  view source on GitHub ↗
(
  fc: typeof FastCheck,
  ctx: Annotations.ToArbitrary.Context,
  terminal: FastCheck.Arbitrary<T> | undefined,
  arbitrary: FastCheck.Arbitrary<T>
)

Source from the content-addressed store, hash-verified

9672 */
9673export interface Trimmed extends String {
9674 readonly "Rebuild": Trimmed
9675}
9676/**
9677 * Schema for strings that contains no leading or trailing whitespaces.
9678 *
9679 * @category schemas
9680 * @since 3.10.0
9681 */
9682export const Trimmed: Trimmed = String.check(isTrimmed())
9683/**
9684 * Type-level representation of {@link Trim}.
9685 *
9686 * @category models
9687 * @since 3.10.0
9688 */
9689export interface Trim extends decodeTo<Trimmed, String> {

Callers 6

OptionFunction · 0.85
ResultFunction · 0.85
causeReasonToArbitraryFunction · 0.85
causeToArbitraryFunction · 0.85
ExitFunction · 0.85
collectionArbitraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…