Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
692ece88
Commit
692ece88
authored
Jul 27, 2006
by
Simon Marlow
Browse files
accept output
parent
5f6a1e20
Changes
12
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/TH_class1.stderr
View file @
692ece88
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_dupdecl.stderr
View file @
692ece88
...
...
@@ -3,5 +3,5 @@ TH_dupdecl.hs:10:3:
Multiple declarations of `x'
Declared at: TH_dupdecl.hs:8:3
TH_dupdecl.hs:10:3
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_exn.stderr
View file @
692ece88
...
...
@@ -12,5 +12,5 @@ TH_exn.hs:1:0:
ds <- [d| |]
return [Language.Haskell.TH.Syntax.Dec] (tail
Language.Haskell.TH.Syntax.Dec ds)
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_fail.stderr
View file @
692ece88
...
...
@@ -11,5 +11,5 @@ TH_fail.hs:1:0:
[]
-> return [Language.Haskell.TH.Syntax.Dec] (GHC.Base.[]
Language.Haskell.TH.Syntax.Dec)
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_mkName.stderr
View file @
692ece88
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_reifyDecl1.stderr
View file @
692ece88
TH_reifyDecl1.hs:33:9:
data TH_reifyDecl1.T = TH_reifyDecl1.A | TH_reifyDecl1.B
data main:TH_reifyDecl1.T = main:TH_reifyDecl1.A
| main:TH_reifyDecl1.B
TH_reifyDecl1.hs:33:9:
data TH_reifyDecl1.R a_0 = TH_reifyDecl1.C a_0 | TH_reifyDecl1.D
data main:TH_reifyDecl1.R a_0 = main:TH_reifyDecl1.C a_0
| main:TH_reifyDecl1.D
TH_reifyDecl1.hs:33:9:
data TH_reifyDecl1.List a_0 = TH_reifyDecl1.Nil
|
TH_reifyDecl1.Cons a_0 (TH_reifyDecl1.List a_0)
data
main:
TH_reifyDecl1.List a_0 =
main:
TH_reifyDecl1.Nil
| main:
TH_reifyDecl1.Cons a_0 (
main:
TH_reifyDecl1.List a_0)
TH_reifyDecl1.hs:33:9:
data TH_reifyDecl1.Tree a_0 = TH_reifyDecl1.Leaf
| (
TH_reifyDecl1.Tree a_0) TH_reifyDecl1.:+: (TH_reifyDecl1.Tree a_0)
data
main:
TH_reifyDecl1.Tree a_0 =
main:
TH_reifyDecl1.Leaf
| (main:
TH_reifyDecl1.Tree a_0)
main:
TH_reifyDecl1.:+: (
main:
TH_reifyDecl1.Tree a_0)
TH_reifyDecl1.hs:33:9:
type TH_reifyDecl1.IntList = GHC.Base.[] GHC.Base.Int
type
main:
TH_reifyDecl1.IntList =
base:
GHC.Base.[]
base:
GHC.Base.Int
TH_reifyDecl1.hs:33:9:
newtype TH_reifyDecl1.Length = TH_reifyDecl1.Length GHC.Base.Int
newtype
main:
TH_reifyDecl1.Length =
main:
TH_reifyDecl1.Length
base:
GHC.Base.Int
TH_reifyDecl1.hs:33:9:
Constructor from TH_reifyDecl1.Tree: TH_reifyDecl1.Leaf :: forall a_0 . TH_reifyDecl1.Tree a_0
Constructor from
main:
TH_reifyDecl1.Tree:
main:
TH_reifyDecl1.Leaf :: forall a_0 .
main:
TH_reifyDecl1.Tree a_0
TH_reifyDecl1.hs:33:9:
Class op from TH_reifyDecl1.C: TH_reifyDecl1.m :: forall a_0 . TH_reifyDecl1.C a_0 => a_0 ->
GHC.Base.Int
infixl 3 TH_reifyDecl1.m
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Class op from
main:
TH_reifyDecl1.C:
main:
TH_reifyDecl1.m :: forall a_0 .
main:
TH_reifyDecl1.C a_0 => a_0 ->
base:
GHC.Base.Int
infixl 3
main:
TH_reifyDecl1.m
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_repGuard.stderr
View file @
692ece88
foo :: GHC.Base.Int -> GHC.Base.Int
foo x_0 | x_0 GHC.Base.== 5 = 6
foo ::
base:
GHC.Base.Int ->
base:
GHC.Base.Int
foo x_0 | x_0
base:
GHC.Base.== 5 = 6
foo x_1 = 7
bar :: Data.Maybe.Maybe GHC.Base.Int -> GHC.Base.Int
bar x_0 | Data.Maybe.Just y_1 <- x_0
bar ::
base:
Data.Maybe.Maybe
base:
GHC.Base.Int ->
base:
GHC.Base.Int
bar x_0 |
base:
Data.Maybe.Just y_1 <- x_0
= y_1
bar _ = 9
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_repPatSig.stderr
View file @
692ece88
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_repPrim.stderr
View file @
692ece88
AppE (ConE GHC.Base.I#) (LitE (IntPrimL 20))
GHC.Base.I# 20#
AppE (ConE GHC.Float.F#) (LitE (FloatPrimL (123%10)))
GHC.Float.F# 12.3#
AppE (ConE GHC.Float.D#) (LitE (DoublePrimL (123%5)))
GHC.Float.D# 24.6##
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
AppE (ConE
base:
GHC.Base.I#) (LitE (IntPrimL 20))
base:
GHC.Base.I# 20#
AppE (ConE
base:
GHC.Float.F#) (LitE (FloatPrimL (123%10)))
base:
GHC.Float.F# 12.3#
AppE (ConE
base:
GHC.Float.D#) (LitE (DoublePrimL (123%5)))
base:
GHC.Float.D# 24.6##
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_spliceE3.stderr
View file @
692ece88
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_spliceInst.stderr
View file @
692ece88
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_tuple1.stderr
View file @
692ece88
Loading package base
-1.0
... linking ... done.
Loading package template-haskell
-1.0
... linking ... done.
Loading package base ... linking ... done.
Loading package template-haskell ... linking ... done.
Write
Preview
Markdown
is supported
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