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
b985cce5
Commit
b985cce5
authored
Aug 06, 2008
by
Ian Lynagh
Browse files
Update output following the move of the Char definition
parent
e88d44be
Changes
5
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/ghci011.stdout
View file @
b985cce5
data [] a = [] | a : [a] -- Defined in GHC.
Base
data [] a = [] | a : [a] -- Defined in GHC.
Types
instance (Eq a) => Eq [a] -- Defined in GHC.Base
instance Monad [] -- Defined in GHC.Base
instance Functor [] -- Defined in GHC.Base
...
...
testsuite/tests/ghc-regress/th/TH_exn1.stderr
View file @
b985cce5
...
...
@@ -6,4 +6,4 @@ TH_exn1.hs:1:0:
Code: let
return = return
$dMonad = Language.Haskell.TH.Syntax.$f22
in case reverse "no" of [] -> return (GHC.
Base
.[])
in case reverse "no" of [] -> return (GHC.
Types
.[])
testsuite/tests/ghc-regress/th/TH_ppr1.stdout
View file @
b985cce5
...
...
@@ -2,10 +2,10 @@ Main.f Main.u1 Main.u2
Main.u1 `Main.f` Main.u2
(Main..+.) Main.u1 Main.u2
Main.u1 Main..+. Main.u2
(GHC.
Base
.:) Main.u1 Main.u2
Main.u1 GHC.
Base
.: Main.u2
\((GHC.
Base
.:) x_0 xs_1) -> x_0
\(x_0 GHC.
Base
.: xs_1) -> x_0
(GHC.
Types
.:) Main.u1 Main.u2
Main.u1 GHC.
Types
.: Main.u2
\((GHC.
Types
.:) x_0 xs_1) -> x_0
\(x_0 GHC.
Types
.: xs_1) -> x_0
class Foo a_0 b_1
where foo :: a_0 -> b_1
\x_0 -> (x_0, 1 `x_0` 2)
...
...
testsuite/tests/ghc-regress/th/TH_reifyDecl1.stderr
View file @
b985cce5
...
...
@@ -14,7 +14,7 @@ TH_reifyDecl1.hs:33:9:
| (TH_reifyDecl1.Tree a_0) TH_reifyDecl1.:+: (TH_reifyDecl1.Tree a_0)
TH_reifyDecl1.hs:33:9:
type TH_reifyDecl1.IntList = GHC.
Base
.[] GHC.Base.Int
type TH_reifyDecl1.IntList = GHC.
Types
.[] GHC.Base.Int
TH_reifyDecl1.hs:33:9:
newtype TH_reifyDecl1.Length = TH_reifyDecl1.Length GHC.Base.Int
...
...
testsuite/tests/ghc-regress/th/TH_runIO.stderr
View file @
b985cce5
...
...
@@ -4,7 +4,7 @@ TH_runIO.hs:12:8:
user error (hi)
Code: let
fail = fail
$dMonad = GHC.IOBase.$f2
9
$dMonad = GHC.IOBase.$f2
5
in runIO (fail "hi")
In the expression: $(runIO (fail "hi"))
In the definition of `foo': foo = $(runIO (fail "hi"))
...
...
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