Type alias PairExpression

PairExpression: Cell

Tuple/pair value expression

  • Cell.of(1, 2) => (1 . 2)
  • Cell.list(1, 2) => (1 . (2 . ())) => (1 2)

Generated using TypeDoc