[project @ 2000-01-12 14:52:53 by sewardj]
authorsewardj <unknown>
Wed, 12 Jan 2000 14:52:54 +0000 (14:52 +0000)
committersewardj <unknown>
Wed, 12 Jan 2000 14:52:54 +0000 (14:52 +0000)
commitb034fbda464c20850831fc6f8b0c706b2afe34bd
tree825c4fed3feeb20d3938507c6c590c81141a1213
parentde2f6e78f7ef1fb37555d659fa46773e759666d0
[project @ 2000-01-12 14:52:53 by sewardj]
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.
ghc/interpreter/link.c
ghc/interpreter/storage.c
ghc/interpreter/type.c