[project @ 2000-06-01 08:51:05 by simonmar]
authorsimonmar <unknown>
Thu, 1 Jun 2000 08:51:05 +0000 (08:51 +0000)
committersimonmar <unknown>
Thu, 1 Jun 2000 08:51:05 +0000 (08:51 +0000)
commit46faadc39c722fd777a3d5580ba65472e6d26b55
tree438d208ab24ba01f4dc99d9fde7e9ce9ae6b16fc
parent6c41034bf1632905f1c261e8a4061781ea8fca60
[project @ 2000-06-01 08:51:05 by simonmar]
Test for declaring an infix constructor using prefix notation, eg.

data T a b = (:^:) a b
ghc/tests/reader/should_compile/read028.hs [new file with mode: 0644]