Skip to content
  • Julian Seward's avatar
    [project @ 2000-01-12 14:52:53 by sewardj] · b034fbda
    Julian Seward authored
    Clear up confusion regarding names of tuple types.
    -- (), coded as Z0T, is the unit.
    -- (,), coded as Z1T, is the pair type.
    -- (,,,N commas,,,) coded as ZNT, is the (N+1)-tuple type.
    -- There is no 1-ary type type.
    b034fbda