Skip to content
Snippets Groups Projects
Commit b2b2bdbe authored by ian@well-typed.com's avatar ian@well-typed.com
Browse files

Remove nhc98-specific files and content

parent 71bea78c
No related branches found
No related tags found
No related merge requests found
......@@ -27,13 +27,6 @@ module Prelude (
-- *** Tuples
fst, snd, curry, uncurry,
#if defined(__NHC__)
[]((:), []), -- Not legal Haskell 98;
-- ... available through built-in syntax
module Data.Tuple, -- Includes tuple types
()(..), -- Not legal Haskell 98
(->), -- ... available through built-in syntax
#endif
#ifdef __HUGS__
(:), -- Not legal Haskell 98
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment