Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
404e5aa7
Commit
404e5aa7
authored
Aug 02, 2007
by
simonpj
Browse files
Update (previously buggy) output
parent
cf1ab09f
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/ghci011.stdout
View file @
404e5aa7
...
...
@@ -5,8 +5,6 @@ instance Functor [] -- Defined in GHC.Base
instance (Ord a) => Ord [a] -- Defined in GHC.Base
instance (Read a) => Read [a] -- Defined in GHC.Read
instance (Show a) => Show [a] -- Defined in GHC.Show
data [] a = [] | ... -- <wired into compiler>
data () = () -- <wired into compiler>
instance Bounded () -- Defined in GHC.Enum
instance Enum () -- Defined in GHC.Enum
...
...
@@ -14,8 +12,6 @@ instance Eq () -- Defined in GHC.Base
instance Ord () -- Defined in GHC.Base
instance Read () -- Defined in GHC.Read
instance Show () -- Defined in GHC.Show
data () = () -- <wired into compiler>
data (,) a b = (,) a b -- <wired into compiler>
instance (Bounded a, Bounded b) => Bounded (a, b)
-- Defined in GHC.Enum
...
...
@@ -23,5 +19,3 @@ instance (Eq a, Eq b) => Eq (a, b) -- Defined in Data.Tuple
instance (Ord a, Ord b) => Ord (a, b) -- Defined in Data.Tuple
instance (Read a, Read b) => Read (a, b) -- Defined in GHC.Read
instance (Show a, Show b) => Show (a, b) -- Defined in GHC.Show
data (,) a b = (,) a b -- <wired into compiler>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment