effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.UniqueSymbol

AST node matching a specific unique symbol value.

Details

Parsing succeeds only when the input is reference-equal to the stored symbol.

See

Signature

declare class UniqueSymbol { constructor(
    symbol: symbol,
    annotations?: Schema.Annotations.Annotations,
    checks?: Checks,
    encoding?: Encoding,
    context?: Context
  ) }

Source

Since v3.10.0