@traversable/schema
    Preparing search index...
    • Hand-tuned constructor that gives you both more precise and more localized feedback than the TS compiler when you make a mistake in an inline Seed definition.

      When you're working with deeply nested tuples where only certain sequences are valid constructions, this turns out to be pretty useful / necessary.

      Type Parameters

      • T extends
            | "@traversable/schema/URI::boolean"
            | "@traversable/schema/URI::symbol"
            | "@traversable/schema/URI::undefined"
            | "@traversable/schema/URI::never"
            | "@traversable/schema/URI::any"
            | "@traversable/schema/URI::unknown"
            | "@traversable/schema/URI::void"
            | "@traversable/schema/URI::null"
            | TypeError<"Expected: Fixpoint">
            | [tag: T<T>[0], unary: TypeError<"Expected: Fixpoint">]
            | [T<T>[0], TypeError<"Expected: Fixpoint">[]]
            | [T<T>[0], [k: string, v: TypeError<"Expected: Fixpoint">][]]

      Parameters

      • seed: T

      Returns T