Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
29797e36
Commit
29797e36
authored
Jun 24, 2008
by
Ian Lynagh
Browse files
Update output
parent
67561847
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/ghci011.stdout
View file @
29797e36
...
...
@@ -5,11 +5,11 @@ 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 () = () -- Defined in GHC.
Base
data () = () -- Defined in GHC.
Unit
instance Bounded () -- Defined in GHC.Enum
instance Enum () -- Defined in GHC.Enum
instance Eq () -- Defined in
GHC.Bas
e
instance Ord () -- Defined in
GHC.Bas
e
instance Eq () -- Defined in
Data.Tupl
e
instance Ord () -- Defined in
Data.Tupl
e
instance Read () -- Defined in GHC.Read
instance Show () -- Defined in GHC.Show
data (,) a b = (,) a b -- Defined in Data.Tuple
...
...
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