Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/docs/bugs/nhc13test18.hs

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


{- Haskell 1.3 specifies Latin-ISO-8859-1 as the character set, with
which �(amongst others) is given as a valid symbol constituent.
nhc13 fails with: `Found (:) expect {-EOF-}' or `Found ;' expect
{-EOF-}'. -}

main :: IO ()
main = print True

data NonAsciiCon = Int :�Int

(�: Int
(� 1

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.