Skip to content
GitLab
Menu
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
2041b94e
Commit
2041b94e
authored
Oct 23, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#8469
parent
324f9952
Changes
5
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghci/scripts/T8469.hs
0 → 100644
View file @
2041b94e
module
T8469
where
import
T8469a
testsuite/tests/ghci/scripts/T8469.script
0 → 100644
View file @
2041b94e
:l T8469
:info Int
testsuite/tests/ghci/scripts/T8469.stdout
0 → 100644
View file @
2041b94e
data Int = GHC.Types.I# GHC.Prim.Int# -- Defined in ‛GHC.Types’
instance Bounded Int -- Defined in ‛GHC.Enum’
instance Enum Int -- Defined in ‛GHC.Enum’
instance Eq Int -- Defined in ‛GHC.Classes’
instance Integral Int -- Defined in ‛GHC.Real’
instance Num Int -- Defined in ‛GHC.Num’
instance Ord Int -- Defined in ‛GHC.Classes’
instance Read Int -- Defined in ‛GHC.Read’
instance Real Int -- Defined in ‛GHC.Real’
instance Show Int -- Defined in ‛GHC.Show’
testsuite/tests/ghci/scripts/T8469a.hs
0 → 100644
View file @
2041b94e
{-# LANGUAGE TypeFamilies #-}
module
T8469a
()
where
type
family
F
a
type
instance
F
Int
=
Bool
testsuite/tests/ghci/scripts/all.T
View file @
2041b94e
...
...
@@ -157,4 +157,4 @@ test('T8172', normal, ghci_script, ['T8172.script'])
test
('
T8215
',
normal
,
ghci_script
,
['
T8215.script
'])
test
('
T8357
',
normal
,
ghci_script
,
['
T8357.script
'])
test
('
T8383
',
normal
,
ghci_script
,
['
T8383.script
'])
test
('
T8469
',
normal
,
ghci_script
,
['
T8469.script
'])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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